fix(im)
This commit is contained in:
parent
af787ba1af
commit
2de5024376
|
@ -94,6 +94,7 @@
|
|||
"build": "node scripts/build.js",
|
||||
"test": "node scripts/test.js"
|
||||
},
|
||||
"proxy":"http://127.0.0.1:12214/v1",
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
class Config {
|
||||
static baseUrl = "http://127.0.0.1:12214/v1";
|
||||
static baseUrl = "/";
|
||||
}
|
||||
export default Config;
|
||||
|
|
Loading…
Reference in New Issue