1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-01-03 15:58:45 +00:00
code-server-2/src/node/routes
Asher 7b2752a62c
Move websocket routes into a separate app
This is mostly so we don't have to do any wacky patching but it also
makes it so we don't have to keep checking if the request is a web
socket request every time we add middleware.
2020-11-05 15:08:09 -06:00
..
health.ts Convert routes to Express 2020-10-26 17:56:13 -05:00
index.ts Move websocket routes into a separate app 2020-11-05 15:08:09 -06:00
login.ts Convert routes to Express 2020-10-26 17:56:13 -05:00
proxy.ts Move websocket routes into a separate app 2020-11-05 15:08:09 -06:00
static.ts Document VS Code endpoints 2020-11-04 17:07:39 -06:00
update.ts Use ensureAuthenticated as middleware 2020-11-04 17:07:40 -06:00
vscode.ts Move websocket routes into a separate app 2020-11-05 15:08:09 -06:00