timemanager/frontend/proxy.conf.json
Sebastian Böckelmann 157126d404
All checks were successful
Java CI with Maven / build (push) Successful in 59s
Deploy on docker (not productive yet!)
2023-11-12 16:43:39 +01:00

7 lines
72 B
JSON

{
"/api": {
"target": "http://backend",
"secure": false
}
}