Files
hertzbeat/template-marketplace/hertzbeat-template-hub-web-app/proxy.conf.json
T
bff75757db [Task][OSPP] HertzBeat Official Template Marketplace (#2641)
Co-authored-by: Calvin <naruse_shinji@163.com>
Co-authored-by: aias00 <rokkki@163.com>
Co-authored-by: shown <yuluo08290126@gmail.com>
Co-authored-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: Logic <zqr10159@dromara.org>
2024-10-30 20:07:49 +08:00

9 lines
136 B
JSON

{
"/api/*": {
"target": "http://localhost:8080/api",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
}
}