Skip to content

Commit

Permalink
Merge pull request #50 from decentralized-identity/fix-identifier-route
Browse files Browse the repository at this point in the history
fix identifier routes
  • Loading branch information
PatStLouis authored Oct 10, 2024
2 parents 5dbbd3c + 7393470 commit f8356db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/app/routers/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ async def request_did(

@router.post("/")
async def register_did(
namespace: str,
identifier: str,
request_body: RegisterDID,
):
did_document = request_body.model_dump()["didDocument"]
Expand Down

0 comments on commit f8356db

Please sign in to comment.