[add] create member api
This commit is contained in:
parent
56839117ca
commit
b94bcf9bcd
|
|
@ -24,3 +24,5 @@ class AnalysisService:
|
||||||
if not analyses:
|
if not analyses:
|
||||||
raise HTTPException(status_code=status.HTTP_404_NOT_FOUND, detail="Analysis not found")
|
raise HTTPException(status_code=status.HTTP_404_NOT_FOUND, detail="Analysis not found")
|
||||||
return analyses
|
return analyses
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue