Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Agendador
Mobile
Commits
67d419c5
Commit
67d419c5
authored
Sep 01, 2017
by
Lucas Braz Cunha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change to comment
Signed-off-by:
Lucas B. Cunha
<
lbc16@inf.ufpr.br
>
parent
c117c6d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/src/main/java/br/ufpr/c3sl/agendador/agendador/network/ApiUtils.java
...va/br/ufpr/c3sl/agendador/agendador/network/ApiUtils.java
+2
-2
No files found.
app/src/main/java/br/ufpr/c3sl/agendador/agendador/network/ApiUtils.java
View file @
67d419c5
...
...
@@ -14,8 +14,8 @@ import retrofit2.converter.gson.GsonConverterFactory;
*/
public
abstract
class
ApiUtils
{
//
public static final String BASE_URL = "http://10.0.2.2:3000/v1/";
public
static
final
String
BASE_URL
=
"http://newcastle.c3sl.ufpr.br/develop/v1/"
;
public
static
final
String
BASE_URL
=
"http://10.0.2.2:3000/v1/"
;
//
public static final String BASE_URL = "http://newcastle.c3sl.ufpr.br/develop/v1/";
public
static
ApiEndpoints
request
(
final
Map
<
String
,
String
>
header
)
{
OkHttpClient
.
Builder
httpClient
=
new
OkHttpClient
.
Builder
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment