summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
authorGravatar Rishi Raj Jain <rishi18304@iiitd.ac.in> 2022-09-27 19:47:58 +0530
committerGravatar GitHub <noreply@github.com> 2022-09-27 10:17:58 -0400
commit90c2072990952ff0331e8728e74abbcacc355fbf (patch)
treeb0be4305ef9327028b12b2efef22536d30c5288c /.changeset
parent883ce82a114fccd0b8ff1c70b69426e46e318653 (diff)
downloadastro-90c2072990952ff0331e8728e74abbcacc355fbf.tar.gz
astro-90c2072990952ff0331e8728e74abbcacc355fbf.tar.zst
astro-90c2072990952ff0331e8728e74abbcacc355fbf.zip
fix: post API routes in SSG should warn or error during dev mode (#4878)
* Update endpoint.ts * add warning for post routes called when output is not server * Update famous-camels-study.md * Update endpoint.ts * If not get * Resolve changes
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/famous-camels-study.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/famous-camels-study.md b/.changeset/famous-camels-study.md
new file mode 100644
index 000000000..e20300446
--- /dev/null
+++ b/.changeset/famous-camels-study.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+add warning for post routes called when output is not server