added new line at the end
and updated the proxy to proxt all the endpoints needed to the backend
This commit is contained in:
@ -1,7 +1,27 @@
|
|||||||
{
|
{
|
||||||
"/api": {
|
"/api": {
|
||||||
"target": "http://localhost:6543",
|
"target": "http://localhost:9998",
|
||||||
"secure": false,
|
"secure": false,
|
||||||
"logLevel": "debug"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,4 +9,4 @@ sqlalchemy
|
|||||||
python-multipart
|
python-multipart
|
||||||
pyjwt
|
pyjwt
|
||||||
alembic
|
alembic
|
||||||
itsdangerous
|
itsdangerous
|
||||||
|
|||||||
Reference in New Issue
Block a user