Skip to content

Commit 863883d

Browse files
authored
add communityfocus.netlify.app to cors
1 parent cb97296 commit 863883d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const io = new Server<
7777
origin: [
7878
"https://admin.socket.io",
7979
"https://communityfocus.app",
80+
"https://communityfocus.netlify.app",
8081
"http://localhost:5100",
8182
/* use regex to match all Netlify deploy preview URLs.
8283
* Example: https://deploy-preview-25--communityfocus.netlify.app/

0 commit comments

Comments
 (0)