Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
nhathoang989 committed Dec 27, 2023
1 parent e60599a commit 02880c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/app-shared/app-configurations.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ appShared.run([
$rootScope.translator = translatorService;
$rootScope.errors = [];
$rootScope.breadCrumbs = [];
$rootScope.globalSettings = localStorageService.get("globalSettings");
$rootScope.message = {
title: "",
content: "",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app-shared/controllers/base-signalr-hub.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
function BaseHub(scope) {
scope.isLog = true;
scope.connection = null;
scope.host = "/hub/";
scope.host = "hub/";
scope.responses = [];
scope.hubRequests = [];
scope.rooms = [];
Expand Down

0 comments on commit 02880c6

Please sign in to comment.