@@ -1,5 +1,5 @@
server:
- port: 8080
+ port: 7100
servlet:
context-path: /api
@@ -14,7 +14,7 @@ export default defineConfig({
port: 5173,
proxy: {
'/api': {
- target: 'http://localhost:8080',
+ target: 'http://localhost:7100',
changeOrigin: true
}