diff --git a/config/routes.rb b/config/routes.rb index 4fce10e..c8b2851 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -11,7 +11,7 @@ module Adamantium scope "micropub" do get "/", to: "site.config" post "/", to: "posts.handle" - post "/media", to: "media.create" + get "/media", to: "media.create" end get "/", to: "site.home"