@@ -64,7 +64,7 @@ not exist.
Dispatch = cowboy_router:compile([
{'_', [
{"/", toppage_h, []},
- {"/ws", websocket_h, []}
+ {"/ws", websocket_h, []}
]}
]),