HealthCheck

Endpoints for checking service health

Root endpoint

get

Returns a simple "Hello World" message.

Responses
200
Successful response
text/plain
ResponsestringExample: Hello World
get
GET / HTTP/1.1
Host: localhost:7070
Accept: */*
200

Successful response

Hello World

Was this helpful?