chore: fix comment

This commit is contained in:
Egor 2020-09-30 19:39:01 +03:00
parent 8c2b65f1a6
commit ff7daedea9

View file

@ -25,7 +25,7 @@ async def api_handler(request):
app = web.Application()
# add a custom route
app.add_routes([web.post('/api', api_handler)])
# every request to /bot route will be retransmitted to dispatcher to handle
# every request to /bot route will be retransmitted to dispatcher to be handled
# as a bot update
configure_app(dp, app, "/bot")