Return location of media

This commit is contained in:
2023-01-30 21:39:35 +11:00
parent 52a2f1e538
commit 3a2b6df601

View File

@@ -18,6 +18,7 @@ module Adamantium
m.success do |v|
res.status = 201
res.headers["Location"] = v
res.body = v
end
end