0.138.2
📦 fastapiView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This release refactors the `app.frontend()` function to return a 404 for unsupported HTTP methods when no static files match. It also includes internal updates to sponsor data handling.
🐛 Bug Fixes
- The `app.frontend()` function now returns a 404 error for HTTP methods other than GET or HEAD when no static files are found, improving error handling for incorrect requests.