backend-defaults: add healthservice

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-05-17 15:18:16 +02:00
parent 8d4735767d
commit b26877ffc5
2 changed files with 2 additions and 2 deletions
@@ -40,8 +40,6 @@ export interface HttpRouterService {
*/
use(handler: Handler): void;
healthCheckConfig(healthCheckOptions: HttpRouterHealthCheckConfig): void;
/**
* Adds an auth policy to the router. This is used to allow unauthenticated or
* cookie based access to parts of a plugin's API.