mirror of
https://github.com/coder/code-server.git
synced 2025-07-28 20:43:24 +08:00
Simplify frontend
Just a login form and a list of applications. No modals or anything like that.
This commit is contained in:
@ -17,8 +17,8 @@ export class HttpError extends Error {
|
||||
|
||||
export enum ApiEndpoint {
|
||||
applications = "/applications",
|
||||
files = "/files",
|
||||
login = "/login",
|
||||
recent = "/recent",
|
||||
run = "/run",
|
||||
session = "/session",
|
||||
status = "/status",
|
||||
}
|
||||
|
Reference in New Issue
Block a user