We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ccc9e commit 4b52a32Copy full SHA for 4b52a32
lib/index.js
@@ -64,6 +64,7 @@ export default function slackin ({
64
})
65
66
if (useCors) {
67
+ app.options('*', cors())
68
app.use(cors())
69
}
70
0 commit comments