added addview and download PDF
This commit is contained in:
@ -8,4 +8,10 @@ export async function fetchResearches(id){
|
||||
return restGet("/researches/" + id)
|
||||
}
|
||||
|
||||
export async function fetchStats(id){
|
||||
return restGet("/stats/" +id)
|
||||
}
|
||||
export async function addView(url){
|
||||
return restPost("/addView/" +url)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user