Updated port
Lets not roll with 80....
This commit is contained in:
parent
d2bc8f2220
commit
27749a76d0
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
export const port = process.env.PORT || 80;
|
export const port = process.env.PORT || 50005;
|
||||||
export const baseApi = 'api';
|
export const baseApi = 'api';
|
||||||
|
|
Loading…
Reference in a new issue