1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-25 19:58:36 +00:00

docs: comment for V1AlphaRoute

This commit is contained in:
Jason Song
2022-12-12 13:45:09 +08:00
parent 705fbb46d5
commit d41fb40fb5

View File

@@ -34,6 +34,7 @@ func V1Route() (string, http.Handler) {
func V1AlphaRoute() (string, http.Handler) {
// grpcV1Alpha
// to support tools that haven't updated to the v1 API
return grpcreflect.NewHandlerV1Alpha(
grpcreflect.NewStaticReflector(allServices...),
compress1KB,