Skip to content

Commit

Permalink
fixed wrong url for CORS allowed options
Browse files Browse the repository at this point in the history
  • Loading branch information
absolute-xero7 committed Jun 10, 2024
1 parent b8dcce7 commit fcc068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/allowedOrigins.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const allowedOrigins = [
'https://www.fixScribe.onrender.com'
'https://fixscribe.onrender.com'
];

export { allowedOrigins }

0 comments on commit fcc068f

Please sign in to comment.