move api to sub-dir
This commit is contained in:
parent
75a7b97d24
commit
dca149ec4e
@ -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
2
web/api/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
config.php
|
||||
.verify_accesstoken
|
Loading…
Reference in New Issue
Block a user