mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 06:36:44 +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 {
|
public static class Arkitektonika {
|
||||||
|
|
||||||
@Comment("The url of the backend server (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.",
|
@Comment({"The url used to generate a download link from.",
|
||||||
"{key} will be replaced with the generated key"})
|
"{key} will be replaced with the generated key"})
|
||||||
|
Loading…
Reference in New Issue
Block a user