mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2025-02-21 14:21:30 +01:00
Use zneix haste server
This commit is contained in:
parent
5228ef6ff6
commit
ca025f7845
@ -93,7 +93,7 @@ public enum PasteHelper {
|
||||
}
|
||||
};
|
||||
|
||||
private static final String HASTEBIN_HOST = "https://hastebin.com/";
|
||||
private static final String HASTEBIN_HOST = "https://haste.zneix.eu/";
|
||||
|
||||
private URL lastPasteUrl;
|
||||
|
||||
|
@ -7,7 +7,7 @@ import static org.junit.Assert.*;
|
||||
public class HastebinPasteTest {
|
||||
@Test
|
||||
public void test() throws Exception {
|
||||
HastebinPaste paste = new HastebinPaste("https://hastebin.com/",
|
||||
HastebinPaste paste = new HastebinPaste("https://haste.zneix.eu/",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed " +
|
||||
"iaculis, sapien et vehicula tristique, diam libero bibendum " +
|
||||
"nunc, et rutrum nisl nulla quis diam. Cras ipsum enim, molestie" +
|
||||
|
Loading…
Reference in New Issue
Block a user