We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1add7e5 commit 4dedc80Copy full SHA for 4dedc80
README.md
@@ -69,7 +69,7 @@ Where `$user` is your Docker user.
69
70
## Testing the server
71
72
-# Create a task:
+### Create a task:
73
74
```bash
75
$ curl --location --request POST 'http://localhost:8000/api/create-task' \
@@ -80,9 +80,9 @@ $ curl --location --request POST 'http://localhost:8000/api/create-task' \
80
}'
81
```
82
83
-# List open tasks:
+### List open tasks:
84
85
86
curl --location --request GET 'http://localhost:8000/api/open-tasks' \
87
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb2duaXRvOnVzZXJuYW1lIjoiam9obkBkb2UuY29tIn0.6UvNP3lIrXAinXYqH4WzyNrYCxUFIRhAluWyAxcCoUc'
88
-```
+```
0 commit comments