Help endpoint does not make sense for the rest api server.
therefore, remove the TODO.
This commit is contained in:
parent
ec01f20bf8
commit
5daaed1449
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user