Skip to content

Commit a0e6201

Browse files
authored
Update part2c.md
updates the address of the endpoint "all" of restcountries.com
1 parent e3e6e0b commit a0e6201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ Modify the application such that the initial state of the data is fetched from t
598598

599599
The API [https://restcountries.com](https://restcountries.com) provides data for different countries in a machine-readable format, a so-called REST API.
600600

601-
Create an application, in which one can look at data of various countries. The application should probably get the data from the endpoint [all](https://restcountries.com/#api-endpoints-v3-all).
601+
Create an application, in which one can look at data of various countries. The application should probably get the data from the endpoint [all](https://restcountries.com/v3.1/all).
602602

603603
The user interface is very simple. The country to be shown is found by typing a search query into the search field.
604604

0 commit comments

Comments
 (0)