aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-03-10 17:36:12 +0000
committerLuck <git@lucko.me>2021-03-10 17:36:12 +0000
commit4e765fe0c4b746c3527e670ce9ebaaf553bd8479 (patch)
tree3d2c4c5c87411a83124924a8bde27587df18b3d9 /spark-common/src/main/java/me/lucko
parentb874fb62c43fe84762716b675d44bd803ff32dec (diff)
downloadspark-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.java2
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 */