Compare commits

...

1 Commits

Author SHA1 Message Date
Richard Palethorpe
62e08bf900 fix(ui): Proxy avatars endpoint in dev mode
Signed-off-by: Richard Palethorpe <io@richiejp.com>
2025-04-14 11:55:02 +01:00

View File

@@ -30,6 +30,7 @@ export default defineConfig(({ mode }) => {
'/status': backendUrl,
'/action': backendUrl,
'/actions': backendUrl,
'/avatars': backendUrl
}
}
}