We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182547a commit d900a62Copy full SHA for d900a62
lgsm/modules/update_pmc.sh
@@ -33,7 +33,7 @@ fn_update_localbuild() {
33
34
fn_update_remotebuild() {
35
# Get remote build info.
36
- apiurl="https://papermc.io/api/v2/projects"
+ apiurl="https://api.papermc.io/v2/projects"
37
# Get list of projects.
38
remotebuildresponse=$(curl -s "${apiurl}")
39
# Get list of Minecraft versions for project.
0 commit comments