Ponder framework reserves /health and /ready HTTP endpoint and won't let ENSIndexer to have them overridden. Therefore, ENSIndexer will use custom endpoints, such as:
/api/health
- Specs to be added, will call
/health endpoint + add custom logic
- Possibly will check indexing status availablility (which confirms all dependencies have been loaded correctly)
/api/ready
- Specs to be added, will call
/ready endpoint + add custom logic