| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "web", | |||
| "version": "1.0.4", | |||
| "version": "2.0.4", | |||
| "private": true, | |||
| "dependencies": { | |||
| "@emotion/react": "^11.5.0", | |||
| @@ -13,7 +13,7 @@ import { ToastContainer } from "react-toastify"; | |||
| import "react-toastify/dist/ReactToastify.css"; | |||
| const URL = "https://trampa-api-test.dilig.net/"; | |||
| const socket = io(URL, {autoConnect: true, transports: ['websocket']}); | |||
| const socket = io(URL, {autoConnect: true}); | |||
| const App = () => { | |||
| console.log(io) | |||