Health

GET

Route http://localhost:8000/Health

Return status : 200, message: Service on, if the the api run, else an error

{
    "message": "Service on",
    "status": 200
}

Version Curl :

curl --location 'localhost:8000/Health'

Last updated