mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
docs
This commit is contained in:
@@ -5,7 +5,7 @@ from argenta.di import FromDishka
|
||||
|
||||
router = Router()
|
||||
|
||||
@router.command('connect')
|
||||
|
||||
@router.command("connect")
|
||||
def connect_handler(response: Response, connection: FromDishka[Connection]):
|
||||
connection.execute('...')
|
||||
|
||||
connection.execute("...")
|
||||
|
||||
Reference in New Issue
Block a user