cd8bd0a
1
2
3
4
5
6
/** * 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";