added new line at the end

and updated the proxy to proxt all the endpoints needed to the backend
This commit is contained in:
Amritanshu Agrawal 2020-05-30 02:18:19 +05:30
parent 2210dc265e
commit 6b987fba44
2 changed files with 22 additions and 2 deletions

View File

@ -1,7 +1,27 @@
{
"/api": {
"target": "http://localhost:6543",
"target": "http://localhost:9998",
"secure": false,
"logLevel": "debug"
},
"/token": {
"target": "http://localhost:9998",
"secure": false,
"logLevel": "info"
},
"/refresh": {
"target": "http://localhost:9998",
"secure": false,
"logLevel": "info"
},
"/attendance-report": {
"target": "http://localhost:9998",
"secure": false,
"logLevel": "info"
},
"/db-image": {
"target": "http://localhost:9998",
"secure": false,
"logLevel": "info"
}
}

View File

@ -9,4 +9,4 @@ sqlalchemy
python-multipart
pyjwt
alembic
itsdangerous
itsdangerous