Skip to content

Commit fa57df8

Browse files
authored
Update nuxt.config.ts
1 parent 783273d commit fa57df8

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
@@ -121,6 +121,7 @@ export default defineNuxtConfig({
121121
'/api': {
122122
rewrite: (path: string) => path.replace(/^\/api/, ''),
123123
target: SESAME_APP_API_URL,
124+
secure: false,
124125
changeOrigin: true,
125126
}
126127
},

0 commit comments

Comments
 (0)