routewatch/internal/server
sneak 1115954827 Fix prefix URL routing to handle CIDR notation with slashes
- Use wildcard route pattern for /prefix/* endpoints
- Extract prefix parameter using chi.URLParam(r, "*")
- Fixes 400 error when accessing /prefix/x.x.x.x/32 directly
2025-12-30 14:41:57 +07:00
..
handlers.go Fix prefix URL routing to handle CIDR notation with slashes 2025-12-30 14:41:57 +07:00
middleware.go Add structured HTTP request logging and increase timeouts 2025-12-30 13:37:54 +07:00
routes.go Fix prefix URL routing to handle CIDR notation with slashes 2025-12-30 14:41:57 +07:00
server.go Add structured HTTP request logging and increase timeouts 2025-12-30 13:37:54 +07:00