apps/api/src/app/app.controller.ts
Methods |
check |
check()
|
Decorators :
@Get('health')
|
Defined in apps/api/src/app/app.controller.ts:29
|
Returns :
Promise<HealthCheckResult>
|
Async getData |
getData()
|
Decorators :
@Get()
|
Defined in apps/api/src/app/app.controller.ts:23
|
Returns :
unknown
|