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 } } }