account
This commit is contained in:
@@ -53,7 +53,8 @@ export default defineNuxtConfig({
|
||||
devProxy: {
|
||||
"/api": {
|
||||
target: "http://localhost:8000/api",
|
||||
prependPath: true
|
||||
prependPath: true,
|
||||
changeOrigin: true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user