Skip to content

Commit

Permalink
Hot fix to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
building-u committed Jul 6, 2024
1 parent dc67132 commit 9e854ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const port = process.env.PORT || 5001

//////Express MiddleWares//////////////

const prodOrigin = "https://buildingu.github.io/Building-u-feedback"
const prodOrigin = "https://buildingu.github.io"

//Use for local development
// const devOrigin = "http://localhost:5173"
Expand Down

0 comments on commit 9e854ef

Please sign in to comment.