Fix that bullshit too
This commit is contained in:
parent
426c86a451
commit
4a47b5c987
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ const serverFactory = (handler, opts) => {
|
|||
} else if (shouldRouteRh(req)) {
|
||||
routeRhUpgrade(req, socket, head);
|
||||
} else if (req.url.endsWith("/wisp/")) {
|
||||
wisp.routeRequest(req, socket as Socket, head);
|
||||
wisp.routeRequest(req, socket, head);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue