ai_api / src /app /api /context /analytics /route.ts
Yogesh
initial deploy
cd8bd0a
Raw
History Blame Contribute Delete
253 Bytes
/**
* Re-exports the GET function from the analytics/compression route for the context analytics endpoint.
* This is used to provide compression analytics data for the context analysis.
*/
export { GET } from "@/app/api/analytics/compression/route";