Skip to content

Commit 966a3ba

Browse files
committed
closes code section
1 parent 9a154dd commit 966a3ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/email-routing/email-workers/local-development.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default {
4949
console.log(email);
5050
},
5151
};
52+
```
5253

5354
Now when you run `npx wrangler dev`, wrangler will expose a local `/cdn-cgi/handler/email` endpoint that you can `POST` email messages to and trigger your Worker's `email()` handler:
5455

0 commit comments

Comments
 (0)