mirror of
https://github.com/coder/code-server.git
synced 2025-07-28 20:43:24 +08:00
Remove unused endpoints
- dashboard - app api
This commit is contained in:
@ -14,11 +14,3 @@ export class HttpError extends Error {
|
||||
this.name = this.constructor.name
|
||||
}
|
||||
}
|
||||
|
||||
export enum ApiEndpoint {
|
||||
applications = "/applications",
|
||||
process = "/process",
|
||||
recent = "/recent",
|
||||
run = "/run",
|
||||
status = "/status",
|
||||
}
|
||||
|
Reference in New Issue
Block a user