Initial project commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// #ifdef H5
|
||||
const API_BASE = "/api/v1";
|
||||
const SERVER_ORIGIN = window.location.origin;
|
||||
// #endif
|
||||
|
||||
// #ifndef H5
|
||||
const API_BASE = "http://10.0.10.11:8000/api/v1";
|
||||
const SERVER_ORIGIN = "http://10.0.10.11:8000";
|
||||
// #endif
|
||||
|
||||
export { API_BASE, SERVER_ORIGIN };
|
||||
Reference in New Issue
Block a user