We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c693c78 commit d4c94a7Copy full SHA for d4c94a7
nuxt.config.js
@@ -78,6 +78,7 @@ export default {
78
// @ts-ignore
79
cors: {
80
credentials: true,
81
+ allowedHeaders: ['Content-Type', 'Authorization'],
82
origin: 'https://nuxt-socket-io.netlify.app',
83
methods: ['GET', 'POST']
84
// origin (origin, callback) {
0 commit comments