Merge remote-tracking branch 'origin/master'

This commit is contained in:
gandhimathi 2018-06-18 12:37:25 +05:30
commit 6f0c75f66f

View File

@ -609,7 +609,7 @@ app.controller('studentCtrl', ["$scope", "toaster", "$filter", "ngTableParams",
} else {
var req = {
method: 'POST',
url: apiPoint.url + 'insertStudent1/',
url: apiPoint.url + 'insertStudent/',
headers: {
'Content-Type': 'application/json'
},