switching to unicode url vs punycode. should make copy paste easier
This commit is contained in:
parent
e890b2d4cb
commit
7dd7f4f108
1 changed files with 1 additions and 1 deletions
2
main.rb
2
main.rb
|
@ -10,7 +10,7 @@ configure do
|
||||||
|
|
||||||
require 'ostruct'
|
require 'ostruct'
|
||||||
Shorten = OpenStruct.new(
|
Shorten = OpenStruct.new(
|
||||||
:base_url => "http://xn--8gi.ws/",
|
:base_url => "http://➼.ws/",
|
||||||
:service_name => "➼.ws",
|
:service_name => "➼.ws",
|
||||||
:button_text => "➼",
|
:button_text => "➼",
|
||||||
:path_size => 4
|
:path_size => 4
|
||||||
|
|
Loading…
Reference in a new issue