mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-15 06:45:23 -05:00
Feature/about api (#253)
* fix settings * app info cleanup Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user