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