update button add feature - control logs site

This commit is contained in:
2020-12-24 13:57:24 +07:00
parent 492651570e
commit b26814bb97
6 changed files with 120 additions and 8 deletions

View File

@@ -585,7 +585,7 @@ class ListManagementController extends Controller {
])
]
])), true);
return ["status" => true];
return $res; //["status" => true];
}
}