mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
Add missing yaml identifier to enable code highlighting
This commit is contained in:
parent
adfee25a22
commit
43aa31be58
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ See the [example](example) folder.
|
|||
By setting `services[].graphql` to true, the body will automatically be wrapped by the standard GraphQL `query` parameter.
|
||||
|
||||
For instance, the following configuration:
|
||||
```
|
||||
```yaml
|
||||
services:
|
||||
- name: filter users by gender
|
||||
url: http://localhost:8080/playground
|
||||
|
|
Loading…
Reference in a new issue