Fix arkitektonika backend url

This commit is contained in:
NotMyFault 2021-06-20 20:13:37 +02:00
parent f1ef07bee0
commit 654f7ed3ae
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -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"})