Updated port

Lets not roll with 80....
This commit is contained in:
Fillerino 2017-09-26 20:30:29 +02:00
parent d2bc8f2220
commit 27749a76d0

View file

@ -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';