Skip to content

Commit

Permalink
Changed the hastebin server to hastebin.de
Browse files Browse the repository at this point in the history
  • Loading branch information
arynxd committed Feb 5, 2021
1 parent 0f3f6b0 commit 4c5eb01
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@

public class MiscUtils
{
private static String HASTEBIN_SERVER = "https://hastebin.com/"; //requires trailing slash
private static String HASTEBIN_SERVER = "https://hastebin.de/"; //requires trailing slash

public static ThreadFactory newThreadFactory(String threadName)
{
Expand Down

0 comments on commit 4c5eb01

Please sign in to comment.