5f24abe
1
2
3
4
5
6
7
8
9
import { statsProxy } from "~/lib/stats-proxy" export const GET = statsProxy export const POST = statsProxy export const PUT = statsProxy export const DELETE = statsProxy export const OPTIONS = statsProxy export const PATCH = statsProxy