session master changes done
This commit is contained in:
parent
5abbc0c71d
commit
ce3090a34a
@ -89,7 +89,7 @@ app.controller('sessionMasterCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
|
|
||||||
var addSession = {
|
var addSession = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: apiPoint.url + 'addSessionMaterDetails/',
|
url: apiPoint.url + 'addSessionMasterDetails/',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
@ -154,7 +154,7 @@ app.controller('sessionMasterCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
|
|
||||||
var update = {
|
var update = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: apiPoint.url + 'updateSessionMaterDetails/',
|
url: apiPoint.url + 'updateSessionMasterDetails/',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
@ -197,7 +197,7 @@ app.controller('sessionMasterCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
$scope.universityList = [];
|
$scope.universityList = [];
|
||||||
var getSession = {
|
var getSession = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: apiPoint.url + 'getSessionMaterDetails/',
|
url: apiPoint.url + 'getSessionMasterDetails/',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user