mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Fixes #3066
This commit is contained in:
parent
8220d4aa31
commit
440afcca5d
@ -445,15 +445,15 @@ 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://ark.jacobandersen.dev/";
|
public static String BACKEND_URL = "https://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"})
|
||||||
public static String DOWNLOAD_URL = "https://sw.jacobandersen.dev/download/{key}";
|
public static String DOWNLOAD_URL = "https://api.schematic.cloud/download/{key}";
|
||||||
|
|
||||||
@Comment({"The url used to generate a deletion link from.",
|
@Comment({"The url used to generate a deletion link from.",
|
||||||
"{key} will be replaced with the generated key"})
|
"{key} will be replaced with the generated key"})
|
||||||
public static String DELETE_URL = "https://sw.jacobandersen.dev/delete/{key}";
|
public static String DELETE_URL = "https://api.schematic.cloud/delete/{key}";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user