We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc67132 commit 9e854efCopy full SHA for 9e854ef
index.js
@@ -6,7 +6,7 @@ const port = process.env.PORT || 5001
6
7
//////Express MiddleWares//////////////
8
9
-const prodOrigin = "https://buildingu.github.io/Building-u-feedback"
+const prodOrigin = "https://buildingu.github.io"
10
11
//Use for local development
12
// const devOrigin = "http://localhost:5173"
0 commit comments