diff --git a/src/main/resources/static/js/controllers/indexController.js b/src/main/resources/static/js/controllers/indexController.js index c1f7622..b1c7d36 100644 --- a/src/main/resources/static/js/controllers/indexController.js +++ b/src/main/resources/static/js/controllers/indexController.js @@ -8,8 +8,8 @@ var app = angular.module('app'); app.controller('LoginController', function ($scope, AuthService, Session, $rootScope, $location, $cookieStore, $http) { $scope.currentUser = null; - $scope.URL = 'http://lore:8080'; - //$scope.URL = ''; + //$scope.URL = 'http://lore:8080'; + $scope.URL = ''; $scope.credential = { "username": '', "password": '',