API Challenges internal HTTP hooks are registered through the server-level routing object, and the TODO says they can run for every HTTP request.
They self-filter to API Challenges path prefixes.
Hooks should be scopable to specific api routes automatically rather than the hook deciding if it fires.
API Challenges internal HTTP hooks are registered through the server-level routing object, and the TODO says they can run for every HTTP request.
They self-filter to API Challenges path prefixes.
Hooks should be scopable to specific api routes automatically rather than the hook deciding if it fires.