Skip to content

Commit

Permalink
rename router tag
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k committed Jul 11, 2024
1 parent 8fc5981 commit 0fb8eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixbackend/cloud_accounts/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ async def get_azure_credentials(
raise HTTPException(status_code=status.HTTP_404_NOT_FOUND, detail="no_credentials_found")
return AzureSubscriptionCredentialsRead.from_model(creds)

@router.get("/{workspace_id}/cloud_account/azure/oauth", tags=["report"])
@router.get("/{workspace_id}/cloud_account/azure/oauth")
async def azure_oauth_redirect(workspace: UserWorkspaceDependency, redirect_url: str) -> Response:

client_id = dependencies.config.azure_client_id
Expand Down

0 comments on commit 0fb8eb4

Please sign in to comment.