Skip to content

Commit

Permalink
Merge pull request #347 from arashsheyda/feat/api-cors
Browse files Browse the repository at this point in the history
feat(api): enable CORS for events
  • Loading branch information
dgmouris committed May 23, 2024
2 parents 2f07358 + 9bca0e3 commit 13f86fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default defineNuxtConfig({
routeRules: {
'/bylaws': { redirect: 'https://docs.google.com/document/d/1i6oXabir-628csa2bQacHpc17Kmhec9EfkyHij9yQGM/edit' },
'/2021-survey': { redirect: 'https://docs.google.com/forms/d/e/1FAIpQLSeUyguShgoj6TZmqTboJN8qFVjKagrn1WRFvOuqDHqyGHEWeA/viewform?usp=sf_link' },
'/api/events': { cors: true },
},

// custom css
Expand Down

0 comments on commit 13f86fc

Please sign in to comment.