[INJIMOB-2073] change wellknown api from /.well-known to /well-known-proxy (#1629)

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
abhip2565
2024-09-26 23:29:08 +05:30
committed by GitHub
parent 72726215e2
commit fa8ae10933
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,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',

View File

@@ -93,7 +93,7 @@ export const updateCredentialInformation = (
return {
verifiableCredential: {
...credential,
wellKnown: context.selectedIssuer['.well-known'],
wellKnown: context.selectedIssuer['wellknown_endpoint'],
credentialConfigurationId: context.selectedCredentialType.id,
issuerLogo: getDisplayObjectForCurrentLanguage(
context.selectedIssuer.display,