33 lines
654 B
JSON
33 lines
654 B
JSON
{
|
|
"/api": {
|
|
"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"
|
|
},
|
|
"/fingerprint-report": {
|
|
"target": "http://localhost:9998",
|
|
"secure": false,
|
|
"logLevel": "info"
|
|
},
|
|
"/db-image": {
|
|
"target": "http://localhost:9998",
|
|
"secure": false,
|
|
"logLevel": "info"
|
|
}
|
|
}
|