1
0
Fork 0
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:
hay-kot 2021-08-28 15:36:46 -08:00
parent e1fb306a92
commit 985ad8017d
25 changed files with 81 additions and 31 deletions

View file

@ -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():