1
0

feat: Show always annoucements for this week
Remote Deploy / deploy (push) Successful in 1m35s

This commit is contained in:
2026-06-02 12:29:00 +02:00
parent 1f9543909a
commit 32b31814e2
3 changed files with 31 additions and 6 deletions
-2
View File
@@ -24,8 +24,6 @@ export default async function getAnnouncements(dates: string[]): Promise<Announc
const url = new URL(`/v1/announcements/${dates.join(",")}`, API_BASE_URL).toString();
console.log("URL", url)
try {
const response = await fetch(url);
const data = await response.json();