Changed Endpoint
This commit is contained in:
parent
09473e1050
commit
f209e0e452
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user