This commit is contained in:
Rafi
2023-03-02 23:10:56 +08:00
parent b316ac0b4a
commit 3b6c48a776
5 changed files with 334 additions and 9 deletions

View File

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