Skip to content

Commit 6eda305

Browse files
authored
Remove outdated reference to /todos/[uid] (#3898)
* docs: remove /todos/[uid] reference * Changeset
1 parent 0c6bc25 commit 6eda305

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: .changeset/famous-cameras-cheer.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-svelte': patch
3+
---
4+
5+
update comment to remove outdated reference

Diff for: packages/create-svelte/templates/default/src/routes/todos/_api.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
This module is used by the /todos and /todos/[uid]
3-
endpoints to make calls to api.svelte.dev, which stores todos
2+
This module is used by the /todos endpoint to
3+
make calls to api.svelte.dev, which stores todos
44
for each user. The leading underscore indicates that this is
55
a private module, _not_ an endpoint — visiting /todos/_api
66
will net you a 404 response.

0 commit comments

Comments
 (0)