-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
The goal is to add opt-in catch all route support in the router per domain.
- One catch all route per domain is allowed.
- Catch all is opt-in feature,
disabledby default. - If Catch all is not defined, existing flow applies i.e. 404 route not found
-
Implementation
- aah user have to define section
catch_all { ... }at domain level config inroutes.conf - All the route configuration attributes are supported. If
pathandmethodvalue provided in the catch-all section then its ignored, since that value is defaults to*
- aah user have to define section
-
Documentation
Reactions are currently unavailable