mirror of
https://github.com/TanelOrumaa/Estonian-ID-card-mobile-authenticator-POC.git
synced 2024-11-14 18:01:01 +02:00
MOB-55 Fixed a bug with url
This commit is contained in:
parent
2b660eeda0
commit
0da3e17b28
@ -10,7 +10,7 @@ class ApplicationConfiguration {
|
||||
// Endpoint for authentication
|
||||
val AUTHENTICATION_ENDPOINT_URL = "/auth/authentication"
|
||||
// URL for application. Use ngrok for HTTPS (or a tool of your own choice) and put the HTTPS link here.
|
||||
val WEBSITE_ORIGIN_URL = "https://5d0c-85-253-195-195.ngrok.io"
|
||||
val WEBSITE_ORIGIN_URL = "https://6b9f-85-253-195-195.ngrok.io"
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user