1
0

chore: Test
Remote Deploy / deploy (push) Successful in 1m16s

This commit is contained in:
2026-06-02 12:12:35 +02:00
parent b4118f7b25
commit 1f9543909a
+2
View File
@@ -24,6 +24,8 @@ 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();