Allow downloading of fingerprint data.

This commit is contained in:
2022-01-16 16:08:19 +05:30
parent 1806ae1b06
commit 7065a3b911
5 changed files with 94 additions and 3 deletions

View File

@ -18,6 +18,11 @@
"target": "http://localhost:9998",
"secure": false,
"logLevel": "info"
},
"/fingerprint-report": {
"target": "http://localhost:9998",
"secure": false,
"logLevel": "info"
},
"/db-image": {
"target": "http://localhost:9998",