mirror of
https://github.com/zonemaster/zonemaster-gui.git
synced 2025-05-14 12:32:36 +02:00
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:5000/",
|
|
"changeOrigin": true,
|
|
"secure": false,
|
|
"logLevel": "debug",
|
|
"pathRewrite": {
|
|
"^/api": ""
|
|
}
|
|
}
|
|
}
|