Skip to content

Commit

Permalink
fix redirects (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
djstrong authored Sep 26, 2024
1 parent 01236c9 commit eee5998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/nameguard/web_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ async def inspect_labelhash_post(request: InspectLabelhashRequest) -> NameGuardR


@app.get(
'/secure-primary-name/{network_name}/{address}/',
'/secure-primary-name/{network_name}/{address}',
tags=['secure_primary_name'],
summary='Reverse lookup of an Ethereum address to a primary name',
responses={
Expand Down

0 comments on commit eee5998

Please sign in to comment.