Skip to content

Commit e5e0c50

Browse files
authored
chore : whitelist update
1 parent add9065 commit e5e0c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const whitelist = [
1515
'https://enigma-dev-web.web.app',
1616
'https://enigma-web-preview.web.app',
1717
'https://dev.enigmavssut.com',
18-
'http://club.enigma.code',
19-
'http://localhost'
18+
'http://club.enigma.code:3000',
19+
'http://localhost:3000'
2020
]
2121

2222
const app = express()

0 commit comments

Comments
 (0)