mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 09:13:41 -05:00
remove extra decorator
This commit is contained in:
parent
5ad56fac3f
commit
810b799af1
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ bolt = App(
|
|||
bolt_handler = SlackRequestHandler(bolt)
|
||||
|
||||
|
||||
@bolt.event("")
|
||||
@api.get("/api/v1/stream_key/{stream_key}")
|
||||
async def get_stream_by_key(stream_key: str):
|
||||
await db.connect()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue