Skip to content

Commit 9e854ef

Browse files
committed
Hot fix to prod
1 parent dc67132 commit 9e854ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const port = process.env.PORT || 5001
66

77
//////Express MiddleWares//////////////
88

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

1111
//Use for local development
1212
// const devOrigin = "http://localhost:5173"

0 commit comments

Comments
 (0)