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.
2 parents 9de9c05 + b638052 commit 36cbf4bCopy full SHA for 36cbf4b
src/03-array.problem.ts
@@ -12,7 +12,7 @@ const StarWarsPeopleResults = z.unknown();
12
13
export const fetchStarWarsPeople = async () => {
14
const data = await fetch(
15
- "https://www.totaltypescript.com/swapi/people.json",
+ "https://swapi.py4e.com/api/people",
16
).then((res) => res.json());
17
18
const parsedData = StarWarsPeopleResults.parse(data);
0 commit comments