1
0
forked from PGL/Clyde

added ListResearch App

This commit is contained in:
2024-04-18 17:17:29 +02:00
parent 14c5423328
commit fed567e9ab
8 changed files with 88 additions and 8 deletions

View File

@ -10,7 +10,4 @@ export async function fetchResearches(id){
export async function fetchStats(id){
return restGet("/stats/" +id)
}
export async function addView(url){
return restPost("/addview/" +url)
}