From f3460c2720fd733b5f2219820aa60f0940f6c5c9 Mon Sep 17 00:00:00 2001 From: Sam Gamgee Date: Fri, 18 Aug 2017 17:30:24 +0300 Subject: [PATCH] Turn off debug mode. --- csp/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csp/src/app.js b/csp/src/app.js index 5342caf..1480764 100644 --- a/csp/src/app.js +++ b/csp/src/app.js @@ -5,7 +5,7 @@ angular.module('app',['ngRoute','cgNotify','smart-table','oi.select','ngAnimate','ui.bootstrap','templates']) .constant('CONST', { 'ver': "{{package.json.version}}", - 'host': /*location.host,*/ "localhost:57773", + 'host': location.host, /*"localhost:57773",*/ 'protocol': location.protocol, 'application': 'sqlkpi' })