Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 205 Bytes

Readme.md

File metadata and controls

18 lines (12 loc) · 205 Bytes

Service

Simple hello service

APIs

GET /hellp


Response

The API return a HTTP status code 200 with an JSON object as body. Returned JSON object:

{"message":"world"}

v13