Browse Source

chore(config): change dev proxy target port to 9480

main
Mohan 1 month ago
parent
commit
8d6fbaf059
  1. 4
      vite.config.ts

4
vite.config.ts

@ -24,8 +24,8 @@ export default defineConfig({
server: {
port: 5173,
proxy: {
'/api': { target: 'http://localhost:8080', changeOrigin: true },
'/uploads': { target: 'http://localhost:8080', changeOrigin: true }
'/api': { target: 'http://localhost:9480', changeOrigin: true },
'/uploads': { target: 'http://localhost:9480', changeOrigin: true }
}
}
})
Loading…
Cancel
Save