feat: added proxy conf json

This commit is contained in:
Krzysztof Rudnicki 2024-03-09 18:33:15 +01:00
parent d4f5d4eadd
commit 061b9a69d4

View File

@ -0,0 +1,8 @@
{
"/api": {
"target": "http://localhost:5000",
"secure": false,
"changeOrigin": true
}
}