Change backend URL
All checks were successful
gitea/minesweeper-frontend/pipeline/head This commit looks good
All checks were successful
gitea/minesweeper-frontend/pipeline/head This commit looks good
This commit is contained in:
parent
122fbc95b2
commit
22ac242c29
@ -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'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user