Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltester committed Jan 5, 2025
1 parent 1a6bfd1 commit 115fa75
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ I can double check that I have deleted them by looking at the API Challenges pro
Or just call the `GET /todos` and see an empty array

```
> curl --request GET --url https://apichallenges.eviltester.com/todos --header 'X-CHALLENGER: 07466215-9bab-4bf4-9b7d-34b7ac765915'
> curl --request GET \
--url https://apichallenges.eviltester.com/todos \
--header 'X-CHALLENGER: 07466215-9bab-4bf4-9b7d-34b7ac765915'
{"todos":[]}
```
Expand Down

0 comments on commit 115fa75

Please sign in to comment.