Skip to content

Commit b3b72a3

Browse files
committed
method rename
1 parent d8eff19 commit b3b72a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quali_api/fast-api-proxy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def login(form_data: OAuth2PasswordRequestForm = Depends()):
4646

4747

4848
@app.get("/suites")
49-
async def read_users_me(token: str = Depends(oauth2_scheme)):
49+
async def get_suites(token: str = Depends(oauth2_scheme)):
5050
return quali_api.get_available_suites(token)
5151

5252

0 commit comments

Comments
 (0)