| 493 | {} |
| 494 | |
| 495 | class TopLevelApi extends HttpApiGroup.make("root", { topLevel: true }) |
| 496 | .add( |
| 497 | HttpApiEndpoint.get("healthz")`/healthz` |
| 498 | .addSuccess(HttpApiSchema.NoContent.annotations({ description: "Empty" })) |
| 499 | ) |
| 500 | {} |
| 501 | |
| 502 | class AnotherApi extends HttpApi.make("another").add(GroupsApi) {} |
| 503 |
nothing calls this directly
no test coverage detected
searching dependent graphs…