[FIX] invalid removeItem address

This commit is contained in:
LL
2023-05-31 20:22:28 +09:00
parent 083cb71d19
commit 113005e600

View File

@@ -66,7 +66,7 @@ export class NodeStorage{
}
async removeItem(key:string){
await this.checkAuth()
const da = await fetch('/api/list', {
const da = await fetch('/api/remove', {
method: "GET",
headers: {
'file-path': Buffer.from(key, 'utf-8').toString('hex'),