diff options
author | Luck <git@lucko.me> | 2021-03-10 17:36:12 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2021-03-10 17:36:12 +0000 |
commit | 4e765fe0c4b746c3527e670ce9ebaaf553bd8479 (patch) | |
tree | 3d2c4c5c87411a83124924a8bde27587df18b3d9 /spark-common/src/main/java/me/lucko | |
parent | b874fb62c43fe84762716b675d44bd803ff32dec (diff) | |
download | spark-4e765fe0c4b746c3527e670ce9ebaaf553bd8479.tar.gz spark-4e765fe0c4b746c3527e670ce9ebaaf553bd8479.tar.bz2 spark-4e765fe0c4b746c3527e670ce9ebaaf553bd8479.zip |
Remove hash from viewer URL
Diffstat (limited to 'spark-common/src/main/java/me/lucko')
-rw-r--r-- | spark-common/src/main/java/me/lucko/spark/common/SparkPlatform.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-common/src/main/java/me/lucko/spark/common/SparkPlatform.java b/spark-common/src/main/java/me/lucko/spark/common/SparkPlatform.java index a6bf332..7217b08 100644 --- a/spark-common/src/main/java/me/lucko/spark/common/SparkPlatform.java +++ b/spark-common/src/main/java/me/lucko/spark/common/SparkPlatform.java @@ -62,7 +62,7 @@ import static net.kyori.adventure.text.format.TextDecoration.*; public class SparkPlatform { /** The URL of the viewer frontend */ - public static final String VIEWER_URL = "https://spark.lucko.me/#"; + public static final String VIEWER_URL = "https://spark.lucko.me/"; /** The shared okhttp client */ private static final OkHttpClient OK_HTTP_CLIENT = new OkHttpClient(); /** The bytebin instance used by the platform */ |