Skip to content

Commit

Permalink
Update middleware.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cmayeux05 committed Oct 23, 2024
1 parent 701c0ee commit a3f5da8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/config/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ module.exports = {
options: {
br: false
}
}
},
// logger: {
// // dev + prod
// level: debug + info,
// requests: true + false
// }

// dev
// cors: {
// enabled: true,
// origin: ['http://localhost:3000', 'http://localhost:1337']
// },
cors: {
enabled: true,
origin: ['http://www.casmm.org']
},
},
}

0 comments on commit a3f5da8

Please sign in to comment.