docs: fix curl line break

This commit is contained in:
Kovalenko K.
2025-08-17 01:57:18 +03:00
committed by GitHub
parent ea130b924c
commit f2866da2ce
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ Steps:
```http
curl -X 'GET' \
'https://your-domain/api/project.all' \
-H 'accept: application/json'
-H 'accept: application/json' \
-H 'x-api-key: <token>'
```