go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
690 stars 33 forks source link

Add opt-in catch all route support in the router #212

Closed jeevatkm closed 6 years ago

jeevatkm commented 6 years ago

The goal is to add opt-in catch all route support in the router per domain.

jeevatkm commented 6 years ago

Done