From 654f7ed3ae700191de7b574a0db4b34a5f67d538 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sun, 20 Jun 2021 20:13:37 +0200 Subject: [PATCH] Fix arkitektonika backend url --- .../main/java/com/plotsquared/core/configuration/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java index 2e8b5f05a..ddb4975b0 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java @@ -445,7 +445,7 @@ public class Settings extends Config { public static class Arkitektonika { @Comment("The url of the backend server (Arkitektonika)") - public static String BACKEND_URL = "https://schematic.cloud/"; + public static String BACKEND_URL = "https://api.schematic.cloud/"; @Comment({"The url used to generate a download link from.", "{key} will be replaced with the generated key"})