From f310984073f9217e633241ae6ab783960b83282f Mon Sep 17 00:00:00 2001 From: violetc <58360096+s-yh-china@users.noreply.github.com> Date: Sun, 30 Jul 2023 12:23:43 +0800 Subject: [PATCH] Fix dev --- scripts/PushToAPI.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/PushToAPI.sh b/scripts/PushToAPI.sh index e0357922..63c3c0ee 100644 --- a/scripts/PushToAPI.sh +++ b/scripts/PushToAPI.sh @@ -44,6 +44,4 @@ data=$(cat <> "a.json" - -# curl -X POST -H "Content-Type: application/json" -d "$data" https://api.leavesmc.top/new_release +curl -X POST -H "Content-Type: application/json" -d "$data" https://api.leavesmc.top/new_release