mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
refactor(backend): ♻️ move router dependencies to mealie.core.dependencies module
This commit is contained in:
parent
e1fb306a92
commit
985ad8017d
25 changed files with 81 additions and 31 deletions
|
@ -1,7 +1,7 @@
|
|||
from pathlib import Path
|
||||
|
||||
from mealie.core import security
|
||||
from mealie.routes.deps import validate_file_token
|
||||
from mealie.core.dependencies import validate_file_token
|
||||
|
||||
|
||||
def test_create_file_token():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue