GET /
Endpoints
1. GET /
/
Description: Basic health check endpoint to verify that the server is running.
Response:
200 OK
:Body:
"RestBI Server Online"
CURL Example:
curl -X GET http://localhost:3000/
Last updated
/
Description: Basic health check endpoint to verify that the server is running.
Response:
200 OK
:
Body:
"RestBI Server Online"
CURL Example:
curl -X GET http://localhost:3000/
Last updated