0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/.changeset/long-starfishes-raise.md
Emanuele Stoppa 075eee08f2
fix: middleware for API endpoints (#7106)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-05-17 11:48:02 +01:00

5 lines
138 B
Markdown

---
'astro': patch
---
Fix middleware for API endpoints that use `Response`, and log a warning for endpoints that don't use `Response`.