Skip to content

Commit 83cc22f

Browse files
authored
Add optional comment to health-check (#768)
1 parent 23c3717 commit 83cc22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/graphql/health-check.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Now that you have set up your GraphQL environment, it is time to run your first
66
// Header
77
{
88
"X-Parse-Application-Id": "APPLICATION_ID",
9-
"X-Parse-Master-Key": "MASTER_KEY"
9+
"X-Parse-Master-Key": "MASTER_KEY" // (optional)
1010
}
1111
```
1212

@@ -23,4 +23,4 @@ query healthy {
2323
"health": true
2424
}
2525
}
26-
```
26+
```

0 commit comments

Comments
 (0)