Skip to content

Commit

Permalink
add new domain for cors setup mainnet (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Jan 17, 2024
2 parents bd1c064 + e0ff0c6 commit cc71414
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/corsSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const corsSetup = (req, res, next) => {
'https://dapp.satt.com',
'https://satt-token.com',
'https://app.ihave.io',
'http://backoffice.atayen.us'
'http://backoffice.atayen.us',
'https://app.satt.com'
];

if (req.headers.origin && allowedOrigins.includes(req.headers.origin)) {
Expand Down

0 comments on commit cc71414

Please sign in to comment.