We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c848a commit 9eee8d3Copy full SHA for 9eee8d3
src/main/java/de/blazemcworld/jsscripts/JSPM.java
@@ -21,7 +21,7 @@
21
22
public class JSPM {
23
24
- private static final String HOST = "https://backend-1-a2537223.deta.app";
+ private static final String HOST = "https://backend-userunp.vercel.app";
25
private static String token = "";
26
private static long expires = 0;
27
0 commit comments