Add media get endpoint
This commit is contained in:
@@ -12,6 +12,7 @@ module Adamantium
|
||||
get "/", to: "site.config"
|
||||
post "/", to: "posts.handle"
|
||||
post "/media", to: "media.create"
|
||||
get "/media", to: "media.show"
|
||||
end
|
||||
|
||||
get "/", to: "site.home"
|
||||
|
Reference in New Issue
Block a user