Fix link (#7968)
parent
0f45a83213
commit
d34c1259e7
|
@ -39,7 +39,7 @@ Here's a sample HTTP response for the `GetAll` method:
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
Later in the tutorial, I'll show how the HTTP response can be viewed with [Postman](https://www.getpostman.com/) or [curl](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/curl.1.html).
|
Later in the tutorial, I'll show how the HTTP response can be viewed with [Postman](https://www.getpostman.com/) or [curl](https://curl.haxx.se/docs/manpage.html).
|
||||||
|
|
||||||
### Routing and URL paths
|
### Routing and URL paths
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue