diff --git a/apps/client/proxy.conf.json b/apps/client/proxy.conf.json index 62a1e7b76..9ad19ddba 100644 --- a/apps/client/proxy.conf.json +++ b/apps/client/proxy.conf.json @@ -2,5 +2,13 @@ "/api": { "target": "http://localhost:3333", "secure": false + }, + "/assets": { + "target": "http://localhost:3333", + "secure": false + }, + "/ionicons": { + "target": "http://localhost:3333", + "secure": false } }