now only return feilds needed in application,
Wildcard searches added to allow partial matches.
This commit is contained in:
parent
66fcf4c833
commit
40a5ef384a
3 changed files with 6 additions and 5 deletions
server
|
@ -1,2 +1,2 @@
|
|||
export const port = process.env.PORT || 3000;
|
||||
export const port = process.env.PORT || 80;
|
||||
export const baseApi = 'api';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue