link listResearchers to ResearcherProfile
This commit is contained in:
@ -10,4 +10,8 @@ export async function fetchResearches(id){
|
||||
|
||||
export async function fetchStats(id){
|
||||
return restGet("/stats/" +id)
|
||||
}
|
||||
|
||||
export async function fetchResearch(id){
|
||||
return restGet("/research/" +id)
|
||||
}
|
Reference in New Issue
Block a user