mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: fix comment
This commit is contained in:
parent
8c2b65f1a6
commit
ff7daedea9
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ async def api_handler(request):
|
||||||
app = web.Application()
|
app = web.Application()
|
||||||
# add a custom route
|
# add a custom route
|
||||||
app.add_routes([web.post('/api', api_handler)])
|
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
|
# as a bot update
|
||||||
configure_app(dp, app, "/bot")
|
configure_app(dp, app, "/bot")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue