diff options
author | 2024-01-23 14:03:51 +0000 | |
---|---|---|
committer | 2024-01-23 19:33:51 +0530 | |
commit | 075706f26d2e11e66ef8b52288d07e3c0fa97eb1 (patch) | |
tree | d79c74949405f59d0dcce3c290cd55327db28860 /.changeset/tall-comics-punch.md | |
parent | 9aa7a5368c502ae488d3a173e732d81f3d000e98 (diff) | |
download | astro-075706f26d2e11e66ef8b52288d07e3c0fa97eb1.tar.gz astro-075706f26d2e11e66ef8b52288d07e3c0fa97eb1.tar.zst astro-075706f26d2e11e66ef8b52288d07e3c0fa97eb1.zip |
refactor: remove endpoint handling infra (#9775)
* remove endpoint handling infra
* add changeset
Diffstat (limited to '.changeset/tall-comics-punch.md')
-rw-r--r-- | .changeset/tall-comics-punch.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/tall-comics-punch.md b/.changeset/tall-comics-punch.md new file mode 100644 index 000000000..3d16bfb26 --- /dev/null +++ b/.changeset/tall-comics-punch.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +Simplifies internals that handle endpoints. |