Skip to content

Commit 5e50d59

Browse files
Update dgraph/self-managed/cloud-run.mdx
Co-authored-by: Copilot <[email protected]>
1 parent 7c3197d commit 5e50d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dgraph/self-managed/cloud-run.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ gcloud run services update dgraph-alpha --min-instances=1 --max-instances=3 --re
374374
#### Schema Validation
375375

376376
```bash
377-
curl -X POST https://api.yourdomain.com/query
377+
curl -X POST https://api.yourdomain.com/query \
378378
-H "Content-Type: application/json" \
379379
-d '{"query": "schema {}"}'
380380
```

0 commit comments

Comments
 (0)