Gitea 2 mesi fa
parent
commit
22d19d45f7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      main.ts

+ 1
- 0
main.ts Vedi File

@@ -98,6 +98,7 @@ async function getAPIResponse(apiReq: Request): Promise<Response> {
}
result.push(metadata);
}
result.sort((a, b) => a.titleDe.localeCompare(b.titleDe));
jsonResponse = result;
}



Caricamento…
Annulla
Salva