test(ping): add testing for gRPC

This commit is contained in:
Bo-Yi.Wu
2022-08-22 21:35:56 +08:00
committed by Jason Song
parent 9b4eb5f497
commit c10414a018
5 changed files with 94 additions and 2 deletions

View File

@ -198,6 +198,6 @@ func NormalRoutes(ctx context.Context) *web.Route {
// This implements the OCI API (Note this is not preceded by /api but is instead /v2)
r.Mount("/v2", packages_router.ContainerRoutes(ctx))
}
bots_router.Routes(r)
_ = bots_router.Routes(r)
return r
}