MOB-55 Fixed a bug with url

This commit is contained in:
TanelOrumaa 2021-12-07 00:00:51 +02:00
parent 2b660eeda0
commit 0da3e17b28
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
}