diff --git a/src/main.py b/src/main.py index 2c3d321..df95677 100644 --- a/src/main.py +++ b/src/main.py @@ -43,7 +43,7 @@ class MinSizePerRequestError(Exception): pass -@api.get('/') +@api.get('/zeros') async def test_data(api_key: str, size: str) -> StreamingResponse: try: if api_key not in AUTHORIZED_KEYS: