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

default URL https

This commit is contained in:
John Crepezzi
2017-01-30 21:51:03 -05:00
parent 3ba2c53587
commit 898884f07c

View File

@@ -3,7 +3,7 @@ require 'faraday'
module Haste
DEFAULT_URL = 'http://hastebin.com'
DEFAULT_URL = 'https://hastebin.com'
class Uploader