swapper-org / NodeChain

Nodechain is a service that allows you to create nodes on a blockchain and connect to them natively through APIs. The goal is to allow the user to build their own nodes natively without having to rely on external services.
MIT License
7 stars 5 forks source link

Status endpoint #104

Closed 0xp3gasus closed 2 years ago

0xp3gasus commented 2 years ago

Description

New endpoint info/getStatus created to check if Connector is running

Fixes #98

Dependencies (if any)

Type of change

How Has This Been Tested?

{
    "status": "Connector is running"
}

Test Configuration:

Related PR or Docs PR

Docs PR related # None Other PR related # None

Good practices to consider