Improve code quality: auto-pr/docstrings-1780792063 (#3337)

Integrated into release/v3.8.14 — docstring for context analytics route re-export.
This commit is contained in:
Dong Mengzhe
2026-06-07 09:38:28 +08:00
committed by GitHub
parent 2c67b568db
commit 54364d1aec

View File

@@ -1 +1,5 @@
export { GET } from "@/app/api/analytics/compression/route";
/**
* 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";