Skip to content

Commit

Permalink
[INJIMOB-2073] change wellknown api from /.well-known to /well-known-…
Browse files Browse the repository at this point in the history
…proxy (mosip#1630)

Signed-off-by: Abhishek Paul <[email protected]>
  • Loading branch information
abhip2565 authored Sep 26, 2024
1 parent c2339aa commit 1b1affc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const API_URLS: ApiUrls = {
issuerWellknownConfig: {
method: 'GET',
buildURL: (issuerId: string): `/${string}` =>
`/v1/mimoto/issuers/${issuerId}/.well-known`,
`/v1/mimoto/issuers/${issuerId}/well-known-proxy`,
},
allProperties: {
method: 'GET',
Expand Down
2 changes: 1 addition & 1 deletion shared/openId4VCI/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const updateCredentialInformation = (
return {
verifiableCredential: {
...credential,
wellKnown: context.selectedIssuer['.well-known'],
wellKnown: context.selectedIssuer['wellknown_endpoint'],
credentialTypes: credential.credential.type ?? ['VerifiableCredential'],
issuerLogo: getDisplayObjectForCurrentLanguage(
context.selectedIssuer.display,
Expand Down

0 comments on commit 1b1affc

Please sign in to comment.