Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Hans.Lahe
/
thesis
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Pipelines
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fca6279a
authored
Jun 05, 2017
by
Joosep L
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added features/bug fixes
parent
df953f27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/src/main/java/ee/ttu/thesis/data/network/ApiEndPoint.java
app/src/main/java/ee/ttu/thesis/data/network/ApiEndPoint.java
View file @
fca6279a
...
...
@@ -7,7 +7,7 @@ package ee.ttu.thesis.data.network;
public
final
class
ApiEndPoint
{
//
public
static
final
String
BASE_URL
=
"http://12
8.199.63.125
/api"
;
public
static
final
String
BASE_URL
=
"http://12
7.0.0.1
/api"
;
public
static
final
String
ENDPOINT_GET_GAMES
=
BASE_URL
+
"/user/games"
;
...
...
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