We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ebee9 commit 2cad7bfCopy full SHA for 2cad7bf
1 file changed
src/utils/Socket.tsx
@@ -1,7 +1,7 @@
1
import { io } from "socket.io-client";
2
3
const URL = import.meta.env.PROD
4
- ? "https://api.precontation.meapi"
+ ? "https://api.precontation.me"
5
: "http://localhost:3000";
6
7
export const SERVER_URL = URL;
0 commit comments