From 19b661f9bcfa0fd1c0cd8f90091533aad97c4924 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Wed, 18 Jan 2023 22:43:28 +0000 Subject: [PATCH] Tweaked REST file --- tools/request.rest | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tools/request.rest b/tools/request.rest index cd3048f..f4f2a64 100644 --- a/tools/request.rest +++ b/tools/request.rest @@ -1,6 +1,15 @@ -POST http://127.0.0.1:4000/sineql HTTP/1.1 +POST http://sineql-demo.krgamestudios.com/sineql HTTP/1.1 Content-Type: text/plain Book { title } + +### + +POST http://localhost:4000/sineql HTTP/1.1 +Content-Type: text/plain + +Book { + title +} \ No newline at end of file