docs(help) code example

This commit is contained in:
coderaiser 2019-07-24 14:29:44 +03:00
parent 4b98fa70c0
commit ab183d89eb

View file

@ -673,7 +673,7 @@ const prefix = '/';
const server = http.createServer(app);
const socket = io.listen(server, {
path: `{prefix}socket.io`
path: `${prefix}socket.io`
});
const config = {