link listResearchers to ResearcherProfile
This commit is contained in:
@ -29,8 +29,8 @@ export async function fetchAllResearches(){
|
||||
|
||||
export async function getFile(url){
|
||||
const restURL = import.meta.env.VITE_CLYDE_MODE === 'container' ? "http://localhost:8000": import.meta.env.DEV ? "http://localhost:5173" : "https://clyde.herisson.ovh/api"
|
||||
await fetch(restURL + "/"+url, {method: "GET"})
|
||||
await fetch(restURL + "/" + url, {method: "GET"})
|
||||
}
|
||||
export async function addView(url){
|
||||
return restPost("/addview/" +url)
|
||||
return restPost("/addview/" + url)
|
||||
}
|
||||
|
Reference in New Issue
Block a user