mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Fixed curl example
This commit is contained in:
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user