mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-26 10:33:12 -05:00
update dependency injection methods
This commit is contained in:
@@ -27,7 +27,7 @@ from mealie.schema.recipe import (
|
||||
RecipeCategoryResponse,
|
||||
RecipeTagResponse,
|
||||
)
|
||||
from mealie.schema.user import GroupInDB, LongLiveTokenInDB, SignUpOut, PrivateUser
|
||||
from mealie.schema.user import GroupInDB, LongLiveTokenInDB, PrivateUser, SignUpOut
|
||||
|
||||
from ._base_access_model import BaseAccessModel
|
||||
from .recipe_access_model import RecipeDataAccessModel
|
||||
|
||||
@@ -82,5 +82,41 @@
|
||||
"description": "",
|
||||
"fraction": true,
|
||||
"abbreviation": "mg"
|
||||
},
|
||||
{
|
||||
"name": "splash",
|
||||
"description": "",
|
||||
"fraction": true,
|
||||
"abbreviation": ""
|
||||
},
|
||||
{
|
||||
"name": "dash",
|
||||
"description": "",
|
||||
"fraction": true,
|
||||
"abbreviation": ""
|
||||
},
|
||||
{
|
||||
"name": "serving",
|
||||
"description": "",
|
||||
"fraction": true,
|
||||
"abbreviation": ""
|
||||
},
|
||||
{
|
||||
"name": "head",
|
||||
"description": "",
|
||||
"fraction": true,
|
||||
"abbreviation": ""
|
||||
},
|
||||
{
|
||||
"name": "clove",
|
||||
"description": "",
|
||||
"fraction": true,
|
||||
"abbreviation": ""
|
||||
},
|
||||
{
|
||||
"name": "can",
|
||||
"description": "",
|
||||
"fraction": true,
|
||||
"abbreviation": ""
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user