remove extra decorator

This commit is contained in:
Micha Albert 2024-07-26 08:56:51 -07:00
parent 5ad56fac3f
commit 810b799af1
No known key found for this signature in database
GPG key ID: 33149159A417BBCE

View file

@ -21,7 +21,6 @@ bolt = App(
bolt_handler = SlackRequestHandler(bolt) bolt_handler = SlackRequestHandler(bolt)
@bolt.event("")
@api.get("/api/v1/stream_key/{stream_key}") @api.get("/api/v1/stream_key/{stream_key}")
async def get_stream_by_key(stream_key: str): async def get_stream_by_key(stream_key: str):
await db.connect() await db.connect()