ColdBox BE

is there a way to route ALL request going to a specific path for example /api to always point to the API module no matter what the following actions/events/params?

so /api/blah/blah would always be handled by a default “catch” event?

I know this is possible via an interceptor but I was curious if there was a simple coldbox ‘config’ to point a module’s missing events to a specific handler/action?