| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor `route` function for improved performance and error handling | Alex | 2025-03-23 | 1 | -7/+19 |
| | | | | | | | | | - Normalized URL path by removing trailing slashes for consistent matching. - Added proper 404 response when a route is not found, including the requested path in the error message. - Enhanced error handling to return a 500 Internal Server Error for unexpected exceptions. - Prepared for potential optimization by suggesting the use of a `Map` for faster route lookups. - Improved code readability and maintainability. | ||||
| * | refactor: implement Router class for improved request handling | Alex | 2025-03-23 | 1 | -0/+67 |
| | | |||||
| * | move back to vanilla | Alex Pooley | 2025-03-20 | 1 | -24/+0 |
| | | |||||
| * | feat: implement service status validation and refactor status route | Alex Pooley | 2025-03-19 | 1 | -0/+24 |
