aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */