From 838dfd836bb3fa9de6e05e7e30fd502ca8b399d3 Mon Sep 17 00:00:00 2001 From: StephanieP Date: Fri, 16 Feb 2018 12:20:56 +0100 Subject: [PATCH] #3 ui-changes, no function yet - revert accidental push --- src/main/webapp/js/utils/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/utils/request.js b/src/main/webapp/js/utils/request.js index d91965e..fccc0f4 100644 --- a/src/main/webapp/js/utils/request.js +++ b/src/main/webapp/js/utils/request.js @@ -46,7 +46,7 @@ define(['dataHelper'], function (helper) { function initialize(callback) { httpRequest( - "init.json", + "../rest/init.json", "GET", function (result) { urls.keyCloakUrl = result.keycloak;