1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2026-01-01 16:09:14 +00:00

Update default haste URL

This commit is contained in:
John Crepezzi
2011-11-21 17:29:47 -05:00
parent 5f508fa49d
commit c71b282ac8

View File

@@ -2,7 +2,7 @@ require 'json'
module Haste
DEFAULT_URL = 'http://localhost:7777'
DEFAULT_URL = 'http://hastebin.com'
class CLI