mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
5 lines
87 B
Python
5 lines
87 B
Python
from fastapi_camelcase import CamelModel
|
|
|
|
|
|
class RecipeSlug(CamelModel):
|
|
slug: str
|