Skip to content

Commit

Permalink
Revert "feat: access-api version route sets did=ucantoServerId and ad…
Browse files Browse the repository at this point in the history
…ds a signer prop" (#306)

Reverts #305

Motivation:
* changing `did` to be sometimes `did:web` broke how access-client
depended on it
  • Loading branch information
gobengo authored Dec 13, 2022
1 parent 5eab262 commit 990fe3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/access-api/src/routes/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export async function version(event, env, ctx) {
version: env.config.VERSION,
commit: env.config.COMMITHASH,
branch: env.config.BRANCH,
did: env.config.ucantoServerId.did(),
signer: env.signer.did(),
did: env.signer.did(),
})
}

0 comments on commit 990fe3f

Please sign in to comment.