fixed spelling mistake
This commit is contained in:
@ -15,3 +15,6 @@ export async function addView(url){
|
||||
return restPost("/addView/" +url)
|
||||
}
|
||||
|
||||
export async function getFile(url){
|
||||
return restGet("/" + url)
|
||||
}
|
Reference in New Issue
Block a user