fix(#2632): remove /api/bash-tasks endpoint (address mara review)
This commit is contained in:
parent
4905b688be
commit
3780f674f4
2 changed files with 1 additions and 57 deletions
|
|
@ -116,7 +116,6 @@ pub async fn serve(
|
|||
.route("/api/new-session", post(actions::post_new_session))
|
||||
.route("/api/logout", post(auth::post_logout))
|
||||
.route("/api/loose-ends", get(stats::api_loose_ends))
|
||||
.route("/api/bash-tasks", get(stats::api_bash_tasks))
|
||||
.route("/api/todos", get(stats::api_todos))
|
||||
.route("/api/stats", get(stats::api_stats))
|
||||
.route("/screen/ws", get(screen::screen_ws))
|
||||
|
|
|
|||
Loading…
Reference in a new issue