1
0
forked from PGL/Clyde

front add manageProfileApp

This commit is contained in:
2024-04-17 13:34:39 +02:00
parent 8c70108a1c
commit 3ea48c20aa
2 changed files with 7 additions and 2 deletions

View File

@ -18,4 +18,8 @@ export async function addView(url){
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"})
}
export async function getSelf(){
return restGet("/researcher")
}