Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
#3 ui-changes, no function yet - revert accidental push
Browse files Browse the repository at this point in the history
  • Loading branch information
steffchep committed Feb 16, 2018
1 parent a337cae commit 838dfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/utils/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ define(['dataHelper'], function (helper) {

function initialize(callback) {
httpRequest(
"init.json",
"../rest/init.json",
"GET",
function (result) {
urls.keyCloakUrl = result.keycloak;
Expand Down

0 comments on commit 838dfd8

Please sign in to comment.