| 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 | |
| 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 | |