/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/console/app/src/routes/data/[...path].ts
8 строк
238 B
Adam
chore: stats -> data
09 июн 2026, 17:31
Не верифицирован
09 июн 2026, 17:31
b4a6419
Код
Авторство
О чём код?
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