mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Fix arkitektonika backend url
This commit is contained in:
parent
f1ef07bee0
commit
654f7ed3ae
@ -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"})
|
||||
|
Loading…
Reference in New Issue
Block a user