auto sync data, remove crontab

This commit is contained in:
2020-12-22 14:57:13 +07:00
parent bba20c9c17
commit 3f289ddc9d
11 changed files with 122 additions and 15 deletions

View File

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