Удалены лишние файлы

This commit is contained in:
ekallin 2023-11-12 23:29:23 +04:00
parent 554be94988
commit b8c44ae77d
5 changed files with 0 additions and 6 deletions

BIN
Shit.zip

Binary file not shown.

BIN
admin.zip

Binary file not shown.

View File

@ -86,10 +86,4 @@ export class ApiEndpoint {
} }
return response.json(); return response.json();
} }
async getId() {
const id = document.getElementById();
id = this.id;
return id;
}
} }