minor upravy

This commit is contained in:
David Brazda
2023-08-29 15:24:33 +02:00
parent 4c861c59a1
commit 012d194de9
6 changed files with 22 additions and 7 deletions

View File

@ -93,7 +93,7 @@ async def get(username: Annotated[str, Depends(get_current_username)]):
@app.websocket("/runners/{runner_id}/ws")
async def websocket_endpoint(
*,
*,
websocket: WebSocket,
runner_id: str,
api_key: Annotated[str, Depends(get_api_key)],