Skip to content

Commit 6ea7d05

Browse files
Corrected endpoint in tutorial instructions (#5835)
Closes #5810
1 parent e34fd99 commit 6ea7d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/7-schemas-and-client-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ urlpatterns = [
4747
]
4848
```
4949

50-
If you visit the API root endpoint in a browser you should now see `corejson`
50+
If you visit the `/schema/` endpoint in a browser you should now see `corejson`
5151
representation become available as an option.
5252

5353
![Schema format](../img/corejson-format.png)

0 commit comments

Comments
 (0)