Files
Projektarbeit-MYP/LEGACY-torben_frontend/src/utils/fetch.ts
2025-06-05 01:34:10 +02:00

2 lines
88 B
TypeScript

export const fetcher = (url: string) => fetch(url).then((response) => response.json());