Files
jarri-spooty/spooty-fe/proxy.conf.json
T

16 lines
273 B
JSON

{
"/api/**": {
"target": "http://localhost:3000/api",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
}
},
"/socket.io/*": {
"target": "http://localhost:3000/socket.io/",
"ws": true,
"logLevel": "debug"
}
}