Feature/about api (#253)

* fix settings

* app info cleanup

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-04-02 11:02:01 -08:00
committed by GitHub
parent fd21777990
commit bc595d5cfa
7 changed files with 38 additions and 23 deletions

6
mealie/schema/debug.py Normal file
View File

@@ -0,0 +1,6 @@
from fastapi_camelcase import CamelModel
class AppInfo(CamelModel):
version: str
demo_status: bool