added List researches Backend

This commit is contained in:
2024-04-18 18:34:52 +02:00
parent fed567e9ab
commit 3f4f6ed49a
6 changed files with 111 additions and 8 deletions

View File

@ -23,7 +23,7 @@ export async function postResearch(data){
return restPost("/research", data)
}
export async function fetchResearches(){
export async function fetchAllResearches(){
return restGet("/researches")
}