added new line at the end
and updated the proxy to proxt all the endpoints needed to the backend
This commit is contained in:
parent
2210dc265e
commit
6b987fba44
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@ sqlalchemy
|
||||
python-multipart
|
||||
pyjwt
|
||||
alembic
|
||||
itsdangerous
|
||||
itsdangerous
|
||||
|
Loading…
x
Reference in New Issue
Block a user