Skip to content

web-backend


Class: ApiService

Defined in: packages/web-backend/src/api.service.ts:8

Trivial root API service used by the health/greeting controller.

Constructors

Constructor

new ApiService(): ApiService

Returns

ApiService

Methods

getHello()

getHello(): string

Defined in: packages/web-backend/src/api.service.ts:13

Return a simple greeting for health checks.

Returns

string

"Hello World!" greeting string.