Skip to content

Commit 9baa976

Browse files
kodster28RebeccaTamachiro
authored andcommitted
Update mta-sts.mdx (#21193)
Ugh, I failed you @cf-scott
1 parent 8dd6db5 commit 9baa976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/email-routing/setup/mta-sts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To do this you need to deploy a Worker that allows email clients to pull Cloudfl
3333

3434
4. Go to your **Account** > **Workers & Pages** and press **Create Application**. Pick the default "Hello World" option button, and replace the sample worker code with the following:
3535

36-
```index.js
36+
```js
3737
export default {
3838
async fetch(request, env, ctx) {
3939
return await fetch("https://mta-sts.mx.cloudflare.net/.well-known/mta-sts.txt")

0 commit comments

Comments
 (0)