diff --git a/config/routes.rb b/config/routes.rb index c8b2851..4fce10e 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" - get "/media", to: "media.create" + post "/media", to: "media.create" end get "/", to: "site.home"