Skip to content

Commit 26359b8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineNuxtConfig({
1111
target: process.env.API_URL,
1212
changeOrigin: true,
1313
headers: {Authorization: 'Bearer ' + process.env.API_KEY},
14-
14+
secure: false,
1515
}
1616
},
1717
cors: false

0 commit comments

Comments
 (0)