yt-gen-app/lib/templ/tmpl/frontend/angular/proxy.conf.json.tmpl
2023-07-26 16:19:28 +03:00

8 lines
152 B
Cheetah

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