Skip to content

Commit

Permalink
feat: Provide link to DID document
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed Oct 21, 2020
1 parent 5e3e644 commit 1578c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/daf-cli/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ program
const links = [
{ label: 'API Docs', url: options.apiDocsPath },
{ label: 'API Schema', url: options.apiBasePath },
{ label: 'DID Document', url: '/.well-known/did.json' },
]

const html = `<html><head><title>DID Agent</title></head><body>${links
Expand Down

0 comments on commit 1578c1c

Please sign in to comment.