mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
docs: fix curl line break
This commit is contained in:
@@ -33,7 +33,7 @@ Let's take a example of authenticated request:
|
||||
```bash
|
||||
curl -X 'GET' \
|
||||
'https://dokploy.com/api/project.all' \
|
||||
-H 'accept: application/json'
|
||||
-H 'accept: application/json' \
|
||||
-H 'x-api-key: YOUR-GENERATED-API-KEY'
|
||||
```
|
||||
then you will get the something like this:
|
||||
|
||||
@@ -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>'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user