We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26359b8 commit 5cef1ebCopy full SHA for 5cef1eb
nuxt.config.ts
@@ -10,6 +10,7 @@ export default defineNuxtConfig({
10
'/management/passwd': {
11
target: process.env.API_URL,
12
changeOrigin: true,
13
+ changeHost: true,
14
headers: {Authorization: 'Bearer ' + process.env.API_KEY},
15
secure: false,
16
}
0 commit comments