Files
photos/frontend/.proxyrc
Stepan Usatiuk 66a2ef2260 add proxy for api in dev
so it works in codespaces
hopefully didn't break anything
2022-06-02 15:58:44 +00:00

9 lines
127 B
Plaintext

{
"/api": {
"target": "http://localhost:3000/",
"pathRewrite": {
"^/api": ""
}
}
}