We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f9f43 commit 7e92a41Copy full SHA for 7e92a41
main.py
@@ -120,4 +120,4 @@ def secure_data(token: str = Query(...)):
120
if token == API_SECRET:
121
return {"data": "Sensitive Data"}
122
123
- return JSONResponse(status_code=403, content={"message": "Forbidden"})
+ return JSONResponse(status_code=403, content={"message": "Forbidden"})
0 commit comments