feat(dashboard): consolidate /api/git-commit into /api/eco/git-commit

This commit is contained in:
2026-04-21 07:17:11 +00:00
parent e0abe5cdfc
commit 0ac0f3b907
3 changed files with 1 additions and 29 deletions

View File

@@ -126,8 +126,6 @@ class TaskBoardHandler(
self.handle_files_post()
elif self.path == '/api/refresh-index':
self.handle_refresh_index()
elif self.path == '/api/git-commit':
self.handle_git_commit()
elif self.path == '/api/pdf':
self.handle_pdf_post()
elif self.path == '/api/habits':