From 8b810e2f9e9232b4e678dc733fc9bd28e3295da9 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 15 Jul 2023 11:25:13 +0530 Subject: update readme --- src/server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/index.js b/src/server/index.js index 3c9d683..3e2a313 100644 --- a/src/server/index.js +++ b/src/server/index.js @@ -7,7 +7,7 @@ const io = require("socket.io")(http, { origin: [ "http://localhost:5000", "http://localhost:3000", - "https://ttt.vidhukant.com", + "https://ttt.vidhukant.xyz", ], "Access-Control-Allow-Origin": "*", methods: ["GET", "POST"] -- cgit v1.2.3