Skip to content

Commit

Permalink
fix: hotfix ebsi v3 api-version for did registration
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean committed May 2, 2023
1 parent 31a84c0 commit a0b2255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object TrustedIssuerClient {

val authorisation = "$domain/authorisation/v2"
val onboarding = "$domain/users-onboarding/v2"
const val apiVersion = "v4"
const val apiVersion = "v3"
const val schemaApiVersion = "v2"
const val trustedIssuerPath = "trusted-issuers-registry/$apiVersion/issuers"
const val trustedSchemaPath = "trusted-schemas-registry/$schemaApiVersion/schemas"
Expand Down

0 comments on commit a0b2255

Please sign in to comment.