Skip to content

Commit

Permalink
fix route format
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova authored Dec 13, 2024
1 parent 44a62e6 commit 14ecfc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/_hub/kong-inc/oas-validation/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ This example tutorial steps you through ensuring an API request conforms to the
```bash
curl -X POST http://localhost:8001/services/Petstore-Service/routes \
--data name='Petstore-Route' \
--data paths='/.*'
--data paths='~/.*'
```

3. Enable the Validation plugin on the service you configured:

```bash
Expand Down

0 comments on commit 14ecfc0

Please sign in to comment.