remove unnecessary proxy from nuxt config

This commit is contained in:
Bradley Nelson 2023-01-08 20:46:29 -07:00
parent 1d6eaf057d
commit 1905000201
No known key found for this signature in database
GPG key ID: EB209B0420B6230F

View file

@ -9,11 +9,7 @@ export default defineNuxtConfig({
"/api": { "/api": {
target: "http://localhost:7745/api", target: "http://localhost:7745/api",
changeOrigin: true, changeOrigin: true,
}, }
"/a": {
target: "http://localhost:7745/a",
changeOrigin: true,
},
}, },
}, },
css: ["@/assets/css/main.css"], css: ["@/assets/css/main.css"],