Skip to content

Commit

Permalink
add new domain for cors setup mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay committed Jan 17, 2024
1 parent bd1c064 commit e0ff0c6
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 e0ff0c6

Please sign in to comment.