Skip to content

Commit

Permalink
test 0pdd integration #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Kuznetsov committed Nov 29, 2017
1 parent dcec6b3 commit 45139df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fundingapi/api/route.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def make_app(env: AttrDict) -> web.Application:
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 api statistics
return app


Expand Down

0 comments on commit 45139df

Please sign in to comment.