From 0da3e17b28034c3cd1316feaabbfa715cd2833a1 Mon Sep 17 00:00:00 2001 From: TanelOrumaa Date: Tue, 7 Dec 2021 00:00:51 +0200 Subject: [PATCH] MOB-55 Fixed a bug with url --- .../demobackend/config/ApplicationConfiguration.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demoBackend/src/main/kotlin/com/tarkvaratehnika/demobackend/config/ApplicationConfiguration.kt b/demoBackend/src/main/kotlin/com/tarkvaratehnika/demobackend/config/ApplicationConfiguration.kt index ca49fdb..123df21 100644 --- a/demoBackend/src/main/kotlin/com/tarkvaratehnika/demobackend/config/ApplicationConfiguration.kt +++ b/demoBackend/src/main/kotlin/com/tarkvaratehnika/demobackend/config/ApplicationConfiguration.kt @@ -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" } } \ No newline at end of file