diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-07-15 11:25:13 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-07-15 11:25:13 +0530 |
commit | 8b810e2f9e9232b4e678dc733fc9bd28e3295da9 (patch) | |
tree | 200a5d4051b3a7264272207d2f3814ebe9ec5d91 /src | |
parent | 72e89afac0f11d59e4399f245e6dcc728bec38d9 (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/server/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |