From 71f415f451067f098187aea80b451f9775f269cf Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Mon, 30 Jan 2023 22:26:51 +1100 Subject: [PATCH] Switch media back to post --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"