Remove unused endpoints

- dashboard
- app api
This commit is contained in:
Asher
2020-07-22 15:28:33 -05:00
parent 638ab7c557
commit 2819fd51e2
16 changed files with 11 additions and 748 deletions

View File

@ -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",
}