From 65adc1ae4eb007494cd8f46ccad3ef12a82e4de8 Mon Sep 17 00:00:00 2001 From: Yusuf Yilmaz Date: Tue, 31 Jan 2023 10:16:00 +0300 Subject: [PATCH] Update hastebin urls --- lib/haste/uploader.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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