Skip to content

Commit 74fd743

Browse files
Update cors
1 parent ab795fe commit 74fd743

File tree

1 file changed

+2
-1
lines changed
  • packages/wallet/backend/src

1 file changed

+2
-1
lines changed

packages/wallet/backend/src/app.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ export class App {
162162
cors({
163163
origin: [
164164
'http://localhost:4003',
165-
`https://${env.RAFIKI_MONEY_FRONTEND_HOST}`
165+
`https://${env.RAFIKI_MONEY_FRONTEND_HOST}`,
166+
`https://wallet.${env.RAFIKI_MONEY_FRONTEND_HOST}`
166167
],
167168
credentials: true
168169
})

0 commit comments

Comments
 (0)