Skip to content

Commit

Permalink
chore:update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jingooo5 committed Nov 2, 2024
1 parent 8bf19fc commit 4fc30fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Database/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ def hash_id():
return str(uuid.uuid4().hex)

class ItemCategory(str, enum.Enum):
KITCHEN = "kitchen"
BATHROOM = "bathroom"
LIVINGROOM = "livingroom"
CLEANROOM = "laundryroom"
주방 = "주방"
욕실 = "욕실"
거실 = "거실"
세탁실 = "세탁실"

@classmethod
def list(cls):
Expand Down

0 comments on commit 4fc30fa

Please sign in to comment.