students insert details Update : kdk

This commit is contained in:
dineshkumarkannan 2018-06-18 12:06:12 +05:30
parent f4c12679cf
commit b6fe30142a

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'
},