This commit is contained in:
2025-08-26 20:27:30 +02:00
parent 135e73691b
commit 994151374e
82 changed files with 10 additions and 148 deletions

View File

@@ -7,7 +7,6 @@ export async function GET() {
const data = await handleProxyResponse(response, 'Failed to fetch analytics overview')
return NextResponse.json(data)
} catch (error) {
console.error('Error fetching analytics overview:', error)
return NextResponse.json(
{ error: 'Failed to fetch analytics overview' },
{ status: 500 }