aled
This commit is contained in:
		| @ -29,7 +29,7 @@ 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"}) | ||||
|     return await fetch(restURL + "/" + url, {method: "GET"}) | ||||
| } | ||||
| export async function addView(url){ | ||||
|     return restPost("/addview/" + url) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user