Skip to content
Snippets Groups Projects
Commit 7e919830 authored by Julien Raspaud's avatar Julien Raspaud
Browse files

Fix: import host

parent 5502d140
Branches
No related tags found
No related merge requests found
import jsonToHtmlArray from './display';
import diffNodes from './diffNodes';
import { port } from './config';
import { port, host } from './config';
const socketIO = io.connect(`http://${host || 'localhost'}:${port || 3000}/`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment