Skip to content

Commit

Permalink
emergency patch issue with post merge on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasarus committed Dec 12, 2024
1 parent 2d0fcab commit 28cfab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fia_api/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async def upload_file_to_instrument_folder(instrument: str, filename: str, file:

@ROUTER.get("/jobs/runners", tags=["jobs"])
async def get_mantid_runners(
credentials: Annotated[HTTPAuthorizationCredentials, Depends(jwt_security)],
credentials: Annotated[HTTPAuthorizationCredentials, Depends(jwt_api_security)],
) -> list[str]:
"""Return a list of Mantid versions if user is authenticated."""
user = get_user_from_token(credentials.credentials)
Expand Down

0 comments on commit 28cfab3

Please sign in to comment.