mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
refactor(backend): ♻️ move router dependencies to mealie.core.dependencies module
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user