fix: remove backend placeholders
This commit is contained in:
@@ -8,14 +8,6 @@ export default defineConfig({
|
||||
server: {
|
||||
proxy: {
|
||||
// Backend API (dev): proxy to avoid CORS
|
||||
'/api/todos': {
|
||||
target: 'http://localhost:8080',
|
||||
changeOrigin: true,
|
||||
},
|
||||
'/api/todos/': {
|
||||
target: 'http://localhost:8080',
|
||||
changeOrigin: true,
|
||||
},
|
||||
'/health': {
|
||||
target: 'http://localhost:8080',
|
||||
changeOrigin: true,
|
||||
|
||||
Reference in New Issue
Block a user