This commit is contained in:
jyuesong
2022-01-21 16:34:05 +08:00
parent b390876bd5
commit 744e421eb7
4 changed files with 44 additions and 30 deletions

View File

@@ -87,7 +87,7 @@ class Api {
static Future<HttpResponse<NullResponse>> stopTasks(List<String> crons) async {
return await Http.put<NullResponse>(
Url.runTasks,
Url.stopTasks,
crons,
);
}