reversed pull
This commit is contained in:
parent
87c447e935
commit
09fa8fc604
@ -58,7 +58,7 @@
|
||||
moduleData:{
|
||||
ModuleName : null,
|
||||
AllowedUserType : null,
|
||||
MethodAllowedUserType : "[]",
|
||||
MethodAllowedUserType : null,
|
||||
ModuleStatus : "1",
|
||||
Description : null,
|
||||
}
|
||||
@ -66,7 +66,7 @@
|
||||
},
|
||||
methods: {
|
||||
saveData() {
|
||||
fetch('/ModuleAPI/addData', {
|
||||
fetch('/ModuleAPI/AddModule', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user