diff --git a/web/vite.config.ts b/web/vite.config.ts index 0f57d9203..930c0f36e 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -13,6 +13,12 @@ export default defineConfig({ proxy: { '/api': { target: 'http://localhost:5000' + }, + '/vod': { + target: 'http://localhost:5000' + }, + '/exports': { + target: 'http://localhost:5000' } } },