Respond with OK for media
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user