mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[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:
@@ -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',
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user