aboutsummaryrefslogtreecommitdiffstats
path: root/provincemgr/src/main/webapp/provincemgr/js/rest.js
diff options
context:
space:
mode:
Diffstat (limited to 'provincemgr/src/main/webapp/provincemgr/js/rest.js')
-rw-r--r--provincemgr/src/main/webapp/provincemgr/js/rest.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/provincemgr/src/main/webapp/provincemgr/js/rest.js b/provincemgr/src/main/webapp/provincemgr/js/rest.js
index 1192c848..6432ca16 100644
--- a/provincemgr/src/main/webapp/provincemgr/js/rest.js
+++ b/provincemgr/src/main/webapp/provincemgr/js/rest.js
@@ -18,7 +18,7 @@
app.factory("provinceDataService", function($http,DataService, $log){
- var uri = 'http://192.168.9.13:18008';
+ var uri ;//'http://192.168.9.13:18008';
return {
getAllProvinceData : function() {
/*return $http({