move api to sub-dir

This commit is contained in:
2018-11-17 01:29:12 +01:00
parent 75a7b97d24
commit dca149ec4e
11 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ import okhttp3.ResponseBody;
public class ServerCommunication
{
public static final String BASE_URL = /*SCNApp.LOCAL_DEBUG ? "http://localhost:1010/" : */"https://scn.blackforestbytes.com/";
public static final String BASE_URL = /*SCNApp.LOCAL_DEBUG ? "http://localhost:1010/" : */"https://scn.blackforestbytes.com/api/";
private static final OkHttpClient client = new OkHttpClient();