move api to sub-dir

This commit is contained in:
Mike Schwörer 2018-11-17 01:29:12 +01:00
parent 75a7b97d24
commit dca149ec4e
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
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();

2
web/api/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
config.php
.verify_accesstoken