Skip to content

Commit 5cef1eb

Browse files
authored
Update nuxt.config.ts
1 parent 26359b8 commit 5cef1eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineNuxtConfig({
1010
'/management/passwd': {
1111
target: process.env.API_URL,
1212
changeOrigin: true,
13+
changeHost: true,
1314
headers: {Authorization: 'Bearer ' + process.env.API_KEY},
1415
secure: false,
1516
}

0 commit comments

Comments
 (0)