aboutsummaryrefslogtreecommitdiffstats
path: root/resmgr/src/main/webapp/resmgr/sdn-resmgr/site/siteRest.js
diff options
context:
space:
mode:
Diffstat (limited to 'resmgr/src/main/webapp/resmgr/sdn-resmgr/site/siteRest.js')
-rw-r--r--resmgr/src/main/webapp/resmgr/sdn-resmgr/site/siteRest.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/resmgr/src/main/webapp/resmgr/sdn-resmgr/site/siteRest.js b/resmgr/src/main/webapp/resmgr/sdn-resmgr/site/siteRest.js
index 08c89fc2..329fd3da 100644
--- a/resmgr/src/main/webapp/resmgr/sdn-resmgr/site/siteRest.js
+++ b/resmgr/src/main/webapp/resmgr/sdn-resmgr/site/siteRest.js
@@ -82,6 +82,7 @@ app.factory("siteDataService", function($http, DataService, $log){
console.log(response.data);
return response.data;
});*/
+ console.log("In siteRest");
return DataService.post(uri+'/openoapi/sdnobrs/v1/sites', siteData)
.then(function(response){
console.log("Successfully added.. Data returned in DataService is");