Skip to content

Commit

Permalink
[Identity-Sample] Update sample's base url
Browse files Browse the repository at this point in the history
  • Loading branch information
sethonyango committed Aug 1, 2023
1 parent 893c6a9 commit adf47be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class VerificationViewModel(application: Application) : AndroidViewModel(applica
class ApiClient : AbstractHttpApiClient(EmptyAuthenticationProvider()) {
suspend fun createIdentityVerification(request: IdentityVerificationCreationRequest): ResourceResponse<IdentityVerification> {
val builder = Request.Builder()
.url("https://falu-samples-python.azurewebsites.net/api/IdentityVerification")
.url("https://identity-verification.hst-smpls.falu.io/identity/create-verification/")
.post(makeJson(request).toRequestBody(MEDIA_TYPE_JSON))

return executeAsync(builder, IdentityVerification::class.java)
Expand Down

0 comments on commit adf47be

Please sign in to comment.