Bläddra i källkod

Changed version

bugfix/600
Djordje Mitrovic 3 år sedan
förälder
incheckning
e7596dc852
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      package.json
  2. 1
    1
      src/App.js

+ 1
- 1
package.json Visa fil

@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.4",
"version": "2.0.4",
"private": true,
"dependencies": {
"@emotion/react": "^11.5.0",

+ 1
- 1
src/App.js Visa fil

@@ -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)


Laddar…
Avbryt
Spara