Change backend URL
All checks were successful
gitea/minesweeper-frontend/pipeline/head This commit looks good

This commit is contained in:
Jose134 2025-01-22 00:22:04 +01:00
parent 122fbc95b2
commit 22ac242c29

View File

@ -1,6 +1,6 @@
import { io } from 'socket.io-client';
const URL = 'http://minesweeper-backend:5174';
const URL = 'http://minesweeper-backend.darkbird.es';
export const socket = io(URL, {
autoConnect: false,
transports: ['websocket'],