diff --git a/features/blog/frontend-admin/vite.config.ts b/features/blog/frontend-admin/vite.config.ts index 4bcb410c2..cb25c77da 100644 --- a/features/blog/frontend-admin/vite.config.ts +++ b/features/blog/frontend-admin/vite.config.ts @@ -16,7 +16,7 @@ export default defineConfig({ port: process.env.PORT ? parseInt(process.env.PORT) : 4010, proxy: { '/api/blog': { - target: 'http://localhost:3020', + target: 'http://localhost:3021', changeOrigin: true, }, },