Skip to content

Commit

Permalink
docs: fix wrong urls (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
CondensedMilk7 authored Oct 12, 2023
1 parent 35c2179 commit 7cec8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/echo.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ https://api.everrest.educata.dev/echo

```sh
curl -X 'POST' \
'http://localhost:3000/echo/json' \
'https://api.everrest.educata.dev/echo/json' \
-H 'accept: application/json' \
-d '{
"key_one": "value",
Expand All @@ -44,7 +44,7 @@ curl -X 'POST' \

```sh
curl -X 'POST' \
'http://localhost:3000/echo/html' \
'https://api.everrest.educata.dev/echo/html' \
-H 'accept: text/html' \
-d '{
"key_one": "value",
Expand Down

0 comments on commit 7cec8f7

Please sign in to comment.