fix RecommendMediaSource

This commit is contained in:
jxxghp
2025-04-08 18:52:54 +08:00
parent 9d6e7dc288
commit f429b6397e
2 changed files with 3 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ from app import schemas
from app.core.event import eventmanager
from app.core.security import verify_token
from app.schemas.types import ChainEventType
from chain.recommend import RecommendChain
from schemas import RecommendSourceEventData
from app.chain.recommend import RecommendChain
from app.schemas import RecommendSourceEventData
router = APIRouter()