API for requesting the status of Ocean components
- Duplicate the
.env.examplefile and rename it.env. If you are running the monitoring services and the frontend at the same time, you will need to make sure that they all have different ports. npm inpm run dev
GET: http://localhost:8000/
GET: http://localhost:8000/network/mainnet
POST: http://localhost:8000/update
You can test the status service with the following command:
npm run test