yt-gen-app/lib/templ/tmpl/frontend/angular/proxy.conf.json.tmpl

8 lines
152 B
Cheetah
Raw Permalink Normal View History

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