This commit is contained in:
Rafi
2023-03-03 00:10:50 +08:00
parent 3b6c48a776
commit ef6657187a
2 changed files with 1 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ export default defineNuxtConfig({
"/api": {
target: "http://localhost:8000/api",
prependPath: true,
changeOrigin: true
changeOrigin: true,
}
}