Use localhost:3036
This commit is contained in:
parent
83137498d9
commit
4d9217edff
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const {
|
||||||
} = process.env;
|
} = process.env;
|
||||||
|
|
||||||
const DEFAULTS = {
|
const DEFAULTS = {
|
||||||
DEVSERVER_URL: 'http://localhost:4545',
|
DEVSERVER_URL: 'http://localhost:3036',
|
||||||
PATRON_URL: 'http://localhost:3037',
|
PATRON_URL: 'http://localhost:3037',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue