Help endpoint does not make sense for the rest api server.

therefore, remove the TODO.
This commit is contained in:
Matthias 2020-09-19 11:25:00 +02:00
parent ec01f20bf8
commit 5daaed1449
1 changed files with 0 additions and 3 deletions

View File

@ -222,9 +222,6 @@ class ApiServer(RPC):
self.app.add_url_rule(f'{BASE_URI}/forcesell', 'forcesell', view_func=self._forcesell,
methods=['POST'])
# TODO: Implement the following
# help (?)
@require_login
def page_not_found(self, error):
"""