Réparation du socket en production

This commit is contained in:
2024-12-19 17:49:16 +01:00
parent 956e9b6ffd
commit 4246266f9f
3 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,3 @@
import { io } from 'socket.io-client'
export const socket = io(process.env.EXPO_PUBLIC_TRAINTRAPE_MOI_SERVER)
export const socket = io(process.env.EXPO_PUBLIC_TRAINTRAPE_MOI_SOCKET)