Fix web editor url
This commit is contained in:
parent
9b50d48f46
commit
a081152baa
@ -397,7 +397,7 @@ public class ConfigKeys {
|
|||||||
/**
|
/**
|
||||||
* The URL of the web editor
|
* The URL of the web editor
|
||||||
*/
|
*/
|
||||||
public static final ConfigKey<String> WEB_EDITOR_URL_PATTERN = StringKey.of("", "https://lpedit.lucko.me/");
|
public static final ConfigKey<String> WEB_EDITOR_URL_PATTERN = StringKey.of("wed-editor-url", "https://lpedit.lucko.me/");
|
||||||
|
|
||||||
private static List<ConfigKey<?>> KEYS = null;
|
private static List<ConfigKey<?>> KEYS = null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user