mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-05 06:42:12 +03:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user