API Endpoints (Optional)
You can define your own express API endpoints by extending the namespace express function. You can then call these endpoints to get data needed to validate a node or as an endpoint for a web application. This would be defined at the bottom of your executable. An example of an API endpoint is listed below:
Last updated