Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from TBD54566975/aparker/20240624-fix-did-dot-j…
Browse files Browse the repository at this point in the history
…son-service

fix did.json service
  • Loading branch information
aparkersquare authored Jun 24, 2024
2 parents 4add66c + 0a9eeac commit 3a92748
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions registry/.well-known/did.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"id": "did:web:didpay.me",
"service": {
"type": "dapregistry",
"serviceEndpoint": ["https://didpay.me"]
}
"service": [
{
"type": "dapregistry",
"serviceEndpoint": [
"https://didpay.me"
]
}
]
}

0 comments on commit 3a92748

Please sign in to comment.