ju-front / green-light

G-Order Tabling System
https://ju-front.github.io/green-light
1 stars 2 forks source link

MarkSoldOut api 구현 #28

Closed kjeok00 closed 3 months ago

kjeok00 commented 3 months ago

Request: markSoldOut

Body: None

Response: Body: json


{
  "message": "Sold out status updated successfully",
  "soldOutIngredients": [
    "bruschetta",
    "caprese_salad",
    "caesar_salad"
    // more items...
  ]
}
``