Commit fca6279a by Joosep L

added features/bug fixes

parent df953f27
......@@ -7,7 +7,7 @@ package ee.ttu.thesis.data.network;
public final class ApiEndPoint {
//
public static final String BASE_URL = "http://128.199.63.125/api";
public static final String BASE_URL = "http://127.0.0.1/api";
public static final String ENDPOINT_GET_GAMES = BASE_URL
+ "/user/games";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment