Skip to content

Commit af88414

Browse files
Update src/content/docs/workers/tutorials/build-a-content-version-system/index.mdx
Co-authored-by: db-cloudflare <[email protected]>
1 parent 79537bd commit af88414

File tree

1 file changed

+1
-0
lines changed
  • src/content/docs/workers/tutorials/build-a-content-version-system

1 file changed

+1
-0
lines changed

src/content/docs/workers/tutorials/build-a-content-version-system/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ const getHtmlTemplate = (content: string, message: string = '', timestamp: strin
330330
</body>
331331
</html>
332332
`;
333+
// TODO: CORS and helper functions
333334
```
334335
### CORS and helper functions
335336

0 commit comments

Comments
 (0)