[add] create member api

This commit is contained in:
kimheesu 2025-07-04 17:10:12 +09:00
parent 56839117ca
commit b94bcf9bcd
1 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,5 @@ class AnalysisService:
if not analyses:
raise HTTPException(status_code=status.HTTP_404_NOT_FOUND, detail="Analysis not found")
return analyses