mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor: reorganize backend module boundaries
This commit is contained in:
@@ -7,7 +7,7 @@ from starlette.requests import Request
|
||||
from starlette.responses import Response
|
||||
|
||||
from app.api.endpoints import mfa as mfa_endpoint
|
||||
from app.security.passkey import PasskeyChallengeStore
|
||||
from app.application.security.passkey import PasskeyChallengeStore
|
||||
|
||||
|
||||
def _request() -> Request:
|
||||
|
||||
Reference in New Issue
Block a user