Skip to content

Commit

Permalink
test 0pdd integration #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Kuznetsov committed Nov 29, 2017
1 parent fb545c8 commit a30c4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fundingapi/api/route.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def make_app(env: AttrDict) -> web.Application:
app['env'] = env
app.router.add_route('POST', '/api/create_pair', handler_create_pair)
app.router.add_route('POST', '/api/create_account', handler_create_account)
# @todo implement statistics fetcher handler
# @todo: implement statistics fetcher handler
# test
return app

Expand Down

0 comments on commit a30c4ac

Please sign in to comment.