refactor: split api dependencies by domain

This commit is contained in:
jxxghp
2026-08-21 21:09:57 +08:00
parent 773ea8cb9b
commit 9df599f502
40 changed files with 1044 additions and 735 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ from app.chain.storage import StorageChain
from app.chain.transfer import TransferChain
from app.runtime.config import settings
from app.api.principal import ApiPrincipal
from app.api.deps import (
from app.api.dependencies.auth import (
get_current_active_manage_user,
get_current_active_superuser,
)