mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 00:30:27 +00:00
remove unnecessary proxy from nuxt config
This commit is contained in:
parent
1d6eaf057d
commit
1905000201
1 changed files with 1 additions and 5 deletions
|
@ -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"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue