code refactoring

This commit is contained in:
Bangara Raju Kottedi 2024-03-28 22:59:50 +05:30
parent 639a1725d1
commit 15c0f23e67

View File

@ -41,10 +41,4 @@
postLikesAndViews.style.display = "inline";
}
});
var apiUrl = serviceUrl + "/GetMyLocation";
ajax(apiUrl)
.then(function (result) {
console.log(result);
})
</script>