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 a3f5da8 commit 567226a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
// dev
cors: {
enabled: true,
origin: ['http://www.casmm.org']
origin: ['http://www.casmm.org/api']
},
},
}

0 comments on commit 567226a

Please sign in to comment.