From 1c0790c682d715292fdf854f251c60599a7adaf5 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Jul 2025 16:28:46 +0200 Subject: [PATCH] Clean up --- apps/client/proxy.conf.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/client/proxy.conf.json b/apps/client/proxy.conf.json index 94a448238..a31371d9f 100644 --- a/apps/client/proxy.conf.json +++ b/apps/client/proxy.conf.json @@ -6,9 +6,5 @@ "/assets": { "target": "http://0.0.0.0:3333", "secure": false - }, - "/ionicons": { - "target": "http://0.0.0.0:3333", - "secure": false } }