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 d8eff19 commit b3b72a3Copy full SHA for b3b72a3
quali_api/fast-api-proxy/main.py
@@ -46,7 +46,7 @@ async def login(form_data: OAuth2PasswordRequestForm = Depends()):
46
47
48
@app.get("/suites")
49
-async def read_users_me(token: str = Depends(oauth2_scheme)):
+async def get_suites(token: str = Depends(oauth2_scheme)):
50
return quali_api.get_available_suites(token)
51
52
0 commit comments