feat(dashboard): consolidate /api/git-commit into /api/eco/git-commit
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user