Skip to content

Commit d38854d

Browse files
author
IndominusByte
committed
fix docs basic usage
1 parent b2a0bc8 commit d38854d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $ curl -H "Content-Type: application/json" -X POST \
3535

3636
$ export TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0IiwiaWF0IjoxNjAzNjkyMjYxLCJuYmYiOjE2MDM2OTIyNjEsImp0aSI6IjZiMjZkZTkwLThhMDYtNDEzMy04MzZiLWI5ODJkZmI3ZjNmZSIsImV4cCI6MTYwMzY5MzE2MSwidHlwZSI6ImFjY2VzcyIsImZyZXNoIjpmYWxzZX0.ro5JMHEVuGOq2YsENkZigSpqMf5cmmgPP8odZfxrzJA
3737

38-
$ curl -H "Authorization: Bearer $TOKEN" http://localhost:8000
38+
$ curl -H "Authorization: Bearer $TOKEN" http://localhost:8000/user
3939

4040
{"user":"test"}
4141
```

0 commit comments

Comments
 (0)