Skip to content

Commit c562654

Browse files
author
Ahad-webdev-90
committed
Chatify
1 parent 27ff907 commit c562654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/socket/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ const app = express()
202202
const server = http.createServer(app)
203203
const io = new Server(server, {
204204
cors: {
205-
origin: "https://your-allowed-origin.com", // Update this to your allowed origin
205+
origin: "https://chatify-ahkg.vercel.app/", // Update this to your allowed origin
206206
methods: ["GET", "POST"],
207207
credentials: true
208208
}

0 commit comments

Comments
 (0)