1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-12 14:55:56 +00:00

Update hastebin urls

This commit is contained in:
Yusuf Yilmaz
2023-01-31 10:16:00 +03:00
committed by GitHub
parent a877692ab3
commit 65adc1ae4e

View File

@@ -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