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

nethesis/service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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