Respond with OK for media

This commit is contained in:
2023-01-30 22:01:20 +11:00
parent 3a2b6df601
commit 8c15370ac6

View File

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