1
0
Fork 0
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:
Hayden 2021-04-02 11:02:01 -08:00 committed by GitHub
parent fd21777990
commit bc595d5cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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