Initial commit
This commit is contained in:
9
odcs2.com/src/api/basurl.js
Normal file
9
odcs2.com/src/api/basurl.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// const DEV_BASE_URL = 'ws://localhost:8082'
|
||||
// const DEV_BASE_URL = "ws://123.60.170.219:8082";
|
||||
|
||||
|
||||
//const DEV_BASE_URL = "ws://1.92.85.51:8080";
|
||||
const DEV_BASE_URL = "ws://127.0.0.1:8081";
|
||||
export default {
|
||||
BASE_API: DEV_BASE_URL,
|
||||
};
|
||||
Reference in New Issue
Block a user