added List researches Backend
This commit is contained in:
@ -23,7 +23,7 @@ export async function postResearch(data){
|
||||
return restPost("/research", data)
|
||||
}
|
||||
|
||||
export async function fetchResearches(){
|
||||
export async function fetchAllResearches(){
|
||||
return restGet("/researches")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user