Switch media back to post

This commit is contained in:
2023-01-30 22:26:51 +11:00
parent cc313fe469
commit 71f415f451

View File

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