Skip to content

Commit

Permalink
Remove outdated reference to /todos/[uid] (#3898)
Browse files Browse the repository at this point in the history
* docs: remove /todos/[uid] reference

* Changeset
  • Loading branch information
geoffrich authored Feb 14, 2022
1 parent 0c6bc25 commit 6eda305
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-cameras-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

update comment to remove outdated reference
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This module is used by the /todos and /todos/[uid]
endpoints to make calls to api.svelte.dev, which stores todos
This module is used by the /todos endpoint to
make calls to api.svelte.dev, which stores todos
for each user. The leading underscore indicates that this is
a private module, _not_ an endpoint — visiting /todos/_api
will net you a 404 response.
Expand Down

0 comments on commit 6eda305

Please sign in to comment.