From db93682aeb97048557260d5abfe43a0dfac31b49 Mon Sep 17 00:00:00 2001 From: Francisco Solis <30329003+Im-Fran@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:53:32 -0300 Subject: [PATCH] patch: update to use new api endpoint --- papermc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papermc.sh b/papermc.sh index da42345..120baca 100644 --- a/papermc.sh +++ b/papermc.sh @@ -12,7 +12,7 @@ MC_VERSION="${MC_VERSION,,}" PAPER_BUILD="${PAPER_BUILD,,}" # Get version information and build download URL and jar name -URL='https://papermc.io/api/v2/projects/paper' +URL='https://api.papermc.io/v2/projects/paper' if [[ $MC_VERSION == latest ]] then # Get the latest MC version