fix(#2632): remove /api/bash-tasks endpoint (address mara review)

This commit is contained in:
iris 2026-07-22 17:41:21 +02:00 committed by mara
commit 3780f674f4
2 changed files with 1 additions and 57 deletions

View file

@ -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))