Skip to content

Commit 3364e4a

Browse files
committed
Switch route to /1.0/identifiers/resolve/:did.
1 parent 23e0f63 commit 3364e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ cfg.publicKeyFormats = [
1717
'ExperimentalVerificationKey2022'
1818
];
1919

20-
const basePath = '/1.0/resolve/identifiers/:did';
20+
const basePath = '/1.0/identifiers/resolve/:did';
2121
cfg.routes = {basePath};

0 commit comments

Comments
 (0)