fix(#2632): remove /api/loose-ends endpoint; drop refreshLooseEnds (address argus/mara review)
Both old endpoints removed. refreshLooseEnds() call sites cleaned up; lastLooseEnds stays as empty [] for reconcileAskBinds (no-op now that the loose-ends source is gone).
This commit is contained in:
parent
3780f674f4
commit
88f17320b6
3 changed files with 3 additions and 79 deletions
|
|
@ -115,7 +115,6 @@ pub async fn serve(
|
|||
.route("/api/effort", post(actions::post_set_effort))
|
||||
.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/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