Removes redundant code
This commit is contained in:
parent
c7bd32d26c
commit
222d7e677d
2 changed files with 1 additions and 8 deletions
|
@ -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)])
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue