We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578dcf6 commit e1f1a62Copy full SHA for e1f1a62
examples/tutorials/tanstack.md
@@ -186,7 +186,7 @@ import { useQuery } from "@tanstack/react-query";
186
import { Link } from "@tanstack/react-router";
187
188
async function fetchDinosaurs() {
189
- const response = await fetch("http://localhost:8000/api/dinosaurs/");
+ const response = await fetch("http://localhost:8000/api/dinosaurs");
190
if (!response.ok) {
191
throw new Error("Failed to fetch dinosaurs");
192
}
0 commit comments