Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5fcd345

Browse files
committed
Fixed command for testing api rest
1 parent c391f53 commit 5fcd345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ $ curl -H 'Accept: application/json; indent=4' -u admin:password123 http://127.0
8484
For testing the **groups** API Rest, please execute the following command:
8585

8686
```bash
87-
$ curl -H 'Accept: application/json; indent=4' -u admin:password123 htp://127.0.0.1:8000/groups/
87+
$ curl -H 'Accept: application/json; indent=4' -u admin:password123 http://127.0.0.1:8000/groups/
8888
[
8989
{
9090
"url": "http://127.0.0.1:8000/groups/1/",
@@ -130,7 +130,7 @@ $ curl -H 'Accept: application/json; indent=4' -u admin:password123 http://127.0
130130
For testing the **blog post** API Rest, please execute the following command:
131131

132132
```bash
133-
$ curl -H 'Accept: application/json; indent=4' -u admin:password123 htp://127.0.0.1:8000/blog-post/
133+
$ curl -H 'Accept: application/json; indent=4' -u admin:password123 http://127.0.0.1:8000/blog-post/
134134
[
135135
{
136136
"title": "Django project will be release a new version soon",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /