Skip to content

Commit

Permalink
Fix api push
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yh-china committed Jul 30, 2023
1 parent a9c74e8 commit d662797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/PushToAPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ data=$(cat <<EOF
EOF
)

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

0 comments on commit d662797

Please sign in to comment.