Moved to Angular v20 and Tailwind v4 plus all related dependencies
Renamed Docker directory. Also serving static files from FastAPI.
This commit is contained in:
@ -4,27 +4,27 @@
|
||||
"secure": false,
|
||||
"logLevel": "debug"
|
||||
},
|
||||
"/token": {
|
||||
"/token": {
|
||||
"target": "http://localhost:9998",
|
||||
"secure": false,
|
||||
"logLevel": "info"
|
||||
},
|
||||
"/refresh": {
|
||||
"/refresh": {
|
||||
"target": "http://localhost:9998",
|
||||
"secure": false,
|
||||
"logLevel": "info"
|
||||
},
|
||||
"/attendance-report": {
|
||||
"/attendance-report": {
|
||||
"target": "http://localhost:9998",
|
||||
"secure": false,
|
||||
"logLevel": "info"
|
||||
},
|
||||
"/fingerprint-report": {
|
||||
"/fingerprint-report": {
|
||||
"target": "http://localhost:9998",
|
||||
"secure": false,
|
||||
"logLevel": "info"
|
||||
},
|
||||
"/db-image": {
|
||||
"/db-image": {
|
||||
"target": "http://localhost:9998",
|
||||
"secure": false,
|
||||
"logLevel": "info"
|
||||
|
||||
Reference in New Issue
Block a user