HttpRouter Route Prioritization Issue

With this HttpRouter code snippet, it seems like "all requests" are delegated to the api app, and it ignores the other matching routes like /ping or /rpc

how can I solve this?
CleanShot_2025-07-15_at_18.34.282x.png
Was this page helpful?