In #1672 @lightwalker-eth made the following comment.
We should look to rename this file and follow the consistency of other routes.
For example, some actions to take next:
ensnode-api.routes.ts -> meta-api.routes.ts
- New
meta-api.ts extracts the config and indexing-status handlers from ensnode-api.ts into their own module, following the same pattern as resolution-api.ts, name-tokens-api.ts, etc.
ensnode-api.ts is now purely a routing hub that mounts sub-APIs. The meta handlers are mounted via app.route("/", metaApi) so URLs (/api/config, /api/indexing-status) remain unchanged.
stub-routes.ts updates import from ensnode-api.routes to meta-api.routes.