Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shoushou1106 committed Dec 21, 2024
1 parent 1071760 commit f73f4e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ router.post('/', async (request, env: Env) => {
"Content-Type": "application/json",
},
body: JSON.stringify({
type: 3,
data: {
content: "test update",
},
content: "test update",
}),
}
);
Expand Down

0 comments on commit f73f4e4

Please sign in to comment.