reversed pull

This commit is contained in:
ArifHilmi 2024-11-26 11:40:53 +08:00
parent 87c447e935
commit 09fa8fc604

View File

@ -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'