Switch media creation to get

This commit is contained in:
2023-01-30 21:29:35 +11:00
parent 6a8b4e0c1f
commit 5eaf0288fd

View File

@@ -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"