mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
docs(help) code example
This commit is contained in:
parent
4b98fa70c0
commit
ab183d89eb
1 changed files with 1 additions and 1 deletions
2
HELP.md
2
HELP.md
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue