Skip to content

Commit

Permalink
use get instead of post
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k committed Jul 11, 2024
1 parent 0fb8eb4 commit 0fbb10b
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 @@ -334,7 +334,7 @@ async def aws_cloudformation_callback(
)
return None

@router.post("/callbacks/azure/oauth")
@router.get("/callbacks/azure/oauth")
async def azure_oauth_callback(tenant: str, state: str) -> Response:

def redirect_to_ui(location: str = "/") -> Response:
Expand Down

0 comments on commit 0fbb10b

Please sign in to comment.