Update Manager/Color/Logo

This commit is contained in:
Ralex91
2024-02-01 15:50:31 +01:00
parent f63bf33c6f
commit 1839f31a21
19 changed files with 64 additions and 46 deletions

View File

@@ -2,7 +2,7 @@ import { io } from "socket.io-client"
import { createContext, useContext, useState } from "react"
import { WEBSOCKET_URL } from "@/constants"
export const socket = io("http://localhost:5057", {
export const socket = io("http://localhost:5157", {
path: "/ws/",
//addTrailingSlash: false,
transports: ["websocket"],