Skip to content

Commit f3460c2

Browse files
committedAug 18, 2017
Turn off debug mode.
1 parent 714fe67 commit f3460c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎csp/src/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
angular.module('app',['ngRoute','cgNotify','smart-table','oi.select','ngAnimate','ui.bootstrap','templates'])
66
.constant('CONST', {
77
'ver': "{{package.json.version}}",
8-
'host': /*location.host,*/ "localhost:57773",
8+
'host': location.host, /*"localhost:57773",*/
99
'protocol': location.protocol,
1010
'application': 'sqlkpi'
1111
})

0 commit comments

Comments
 (0)
Please sign in to comment.