tournament logo upload via api

This commit is contained in:
yohlo
2025-08-24 13:50:48 -05:00
parent 466a3365f0
commit 936ab0ce72
13 changed files with 417 additions and 23 deletions

View File

@@ -24,7 +24,7 @@ export function createTournamentsService(pb: PocketBase) {
const result = await pb
.collection("tournaments")
.getFullList<Tournament>({
fields: "id,name,start_time,end_time,logo_url,created",
fields: "id,name,start_time,end_time,logo,created",
sort: "-created",
});