Skip to content

Commit

Permalink
Remove deprecated features from Astro 3.0 (#9168)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Nov 27, 2023
1 parent fd7f6ac commit 931cdb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export async function get() {
export async function GET() {
let number = Math.random();
return {
body: JSON.stringify({
Expand Down

0 comments on commit 931cdb6

Please sign in to comment.