fixed spelling mistake

This commit is contained in:
2024-04-17 00:26:56 +02:00
parent 821377a72f
commit 7a05fc1316
6 changed files with 12 additions and 11 deletions

View File

@ -15,3 +15,6 @@ export async function addView(url){
return restPost("/addView/" +url)
}
export async function getFile(url){
return restGet("/" + url)
}