config/routes.rb in tanshuku-0.0.10 vs config/routes.rb in tanshuku-0.0.11

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true Tanshuku::Engine.routes.draw do - default_url_options Tanshuku.default_url_options + default_url_options Tanshuku.config.default_url_options get "/:key", to: "urls#show" end