diff --git a/lib/haste/uploader.rb b/lib/haste/uploader.rb index f42b06f..5149033 100644 --- a/lib/haste/uploader.rb +++ b/lib/haste/uploader.rb @@ -4,8 +4,8 @@ require 'uri' module Haste - DEFAULT_SERVER_URL = 'https://new.hastebin.com' - DEFAULT_SHARE_SERVER_URL = 'https://new.hastebin.com' + DEFAULT_SERVER_URL = 'https://hastebin.com' + DEFAULT_SHARE_SERVER_URL = 'https://hastebin.com' class Uploader