mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-23 15:19:41 +02:00
Feature/about api (#253)
* fix settings * app info cleanup Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
parent
fd21777990
commit
bc595d5cfa
7 changed files with 38 additions and 23 deletions
6
mealie/schema/debug.py
Normal file
6
mealie/schema/debug.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from fastapi_camelcase import CamelModel
|
||||
|
||||
|
||||
class AppInfo(CamelModel):
|
||||
version: str
|
||||
demo_status: bool
|
Loading…
Add table
Add a link
Reference in a new issue