setup basic appModule services

This commit is contained in:
Mason Payne
2019-03-20 00:38:46 -06:00
parent 61eba0531d
commit 4d0d5f1721
12 changed files with 238 additions and 86 deletions

14
proxy.config.json Normal file
View File

@ -0,0 +1,14 @@
{
"/api": {
"target": "http://localhost:3000",
"secure": false
},
"/login": {
"target": "http://localhost:3000",
"secure": false
},
"/logout": {
"target": "http://localhost:3000",
"secure": false
}
}