now only return feilds needed in application,

Wildcard searches added to allow partial matches.
This commit is contained in:
Wallermadev 2017-09-20 19:34:06 +00:00
parent 66fcf4c833
commit 40a5ef384a
3 changed files with 6 additions and 5 deletions
server

View file

@ -1,2 +1,2 @@
export const port = process.env.PORT || 3000;
export const port = process.env.PORT || 80;
export const baseApi = 'api';