mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
- Introduced CommandRoute to handle routing requests to other defined routes. - Added validation to ensure a single argument is provided for the route. - Implemented command handler to serve the specified route or return a 404 error if not found.