| import { NextResponse } from 'next/server' | |
| import { getAttributionStats } from '@/lib/attribution-store' | |
| export async function GET() { | |
| return NextResponse.json(getAttributionStats()) | |
| } | |
| import { NextResponse } from 'next/server' | |
| import { getAttributionStats } from '@/lib/attribution-store' | |
| export async function GET() { | |
| return NextResponse.json(getAttributionStats()) | |
| } | |