Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
module.exports = require('cors')({
|
|
origin: '*',
|
|
methods: ['GET', 'HEAD']
|
|
})
|