Skip to content

Commit ca025f7

Browse files
committed
Use zneix haste server
1 parent 5228ef6 commit ca025f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

balancer/src/main/java/com/jaimemartz/playerbalancer/helper/PasteHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public URL paste(PlayerBalancer plugin) throws Exception {
9393
}
9494
};
9595

96-
private static final String HASTEBIN_HOST = "https://hastebin.com/";
96+
private static final String HASTEBIN_HOST = "https://haste.zneix.eu/";
9797

9898
private URL lastPasteUrl;
9999

balancer/src/test/java/HastebinPasteTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public class HastebinPasteTest {
88
@Test
99
public void test() throws Exception {
10-
HastebinPaste paste = new HastebinPaste("https://hastebin.com/",
10+
HastebinPaste paste = new HastebinPaste("https://haste.zneix.eu/",
1111
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed " +
1212
"iaculis, sapien et vehicula tristique, diam libero bibendum " +
1313
"nunc, et rutrum nisl nulla quis diam. Cras ipsum enim, molestie" +

0 commit comments

Comments
 (0)