Files
gameyfin/frontend/src/proxy.conf.json
T
2022-07-21 00:29:00 +02:00

11 lines
161 B
JSON

{
"/v1": {
"target": "http://localhost:8080",
"secure": false
},
"/swagger-ui": {
"target": "http://localhost:8080",
"secure": false
}
}