Skip to content

Commit e50ce79

Browse files
committed
fix mistake in https URL
1 parent 8316f3d commit e50ce79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Now listening on: https://localhost:5001
9999
Using a REST Client (like [Insomnia](https://insomnia.rest/), [Postman](https://www.getpostman.com/) or curl), you can now call your API, for example:
100100

101101
```bash
102-
curl -k -X GET http://localhosts:5001/customer/123
102+
curl -k -X GET https://localhost:5001/customer/123
103103
```
104104

105105
and you'll get info on Customer 123:

0 commit comments

Comments
 (0)