mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-02-07 15:02:25 +00:00
sync
This commit is contained in:
@@ -154,7 +154,7 @@ async def approve_analysis(
|
||||
return {"message": "Analysis approved"}
|
||||
|
||||
|
||||
@router.get("/plans/{plan_id}/evolution", response_model=List[PlanSchema])
|
||||
@router.get("/plans/{plan_id}/evolution", response_model=List["PlanSchema"])
|
||||
async def get_plan_evolution(
|
||||
plan_id: int,
|
||||
db: AsyncSession = Depends(get_db)
|
||||
|
||||
Reference in New Issue
Block a user