Skip to content
Snippets Groups Projects
proxy.conf.json 121 B
{
	"/api/*": {
		"target": "http://localhost:3000",
		"secure": false,
		"logLevel": "debug",
		"changeOrigin": true
	}
}