grape change status code

55

post do
  status 203
  @order = Order.find(params[:id])
end

Comments

Submit
0 Comments