Fixed curl example
This commit is contained in:
parent
156f6b8d3c
commit
5f0451affe
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Traefik can be configured:
|
|||
|
||||
|
||||
```shell
|
||||
curl -XPUT @file "http://localhost:8080/api/providers/rest"
|
||||
curl -XPUT -d @file "http://localhost:8080/api/providers/rest"
|
||||
```
|
||||
|
||||
with `@file`:
|
||||
|
|
Loading…
Reference in a new issue