From 62e08bf9006024f0f3c0639459fb0873a37036ad Mon Sep 17 00:00:00 2001 From: Richard Palethorpe Date: Sun, 13 Apr 2025 14:57:50 +0100 Subject: [PATCH] fix(ui): Proxy avatars endpoint in dev mode Signed-off-by: Richard Palethorpe --- webui/react-ui/vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/react-ui/vite.config.js b/webui/react-ui/vite.config.js index 1edbc85..667a13e 100644 --- a/webui/react-ui/vite.config.js +++ b/webui/react-ui/vite.config.js @@ -30,6 +30,7 @@ export default defineConfig(({ mode }) => { '/status': backendUrl, '/action': backendUrl, '/actions': backendUrl, + '/avatars': backendUrl } } }