Skip to content

Commit 2cad7bf

Browse files
committed
no this asdf
1 parent 34ebee9 commit 2cad7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/Socket.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { io } from "socket.io-client";
22

33
const URL = import.meta.env.PROD
4-
? "https://api.precontation.meapi"
4+
? "https://api.precontation.me"
55
: "http://localhost:3000";
66

77
export const SERVER_URL = URL;

0 commit comments

Comments
 (0)