Removes redundant code

This commit is contained in:
Oleg Silkin 2019-05-21 05:00:35 -04:00
parent c7bd32d26c
commit 222d7e677d
2 changed files with 1 additions and 8 deletions

View file

@ -1,7 +0,0 @@
from aiohttp import web
from lbry_comment_server import api_endpoint
def add_routes(app: web.Application):
app.add_routes([web.post('/api', api_endpoint)])

View file

@ -14,4 +14,4 @@ def get_config(filepath):
config = get_config(config_path)
print(json.dumps(config, indent=4))
# print(json.dumps(config, indent=4))