summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requests.http5
1 files changed, 3 insertions, 2 deletions
diff --git a/requests.http b/requests.http
index 9796ad5..52ecad4 100644
--- a/requests.http
+++ b/requests.http
@@ -1,6 +1,7 @@
-POST http://localhost:5000/what-a-good-post/comments
+POST http://localhost:5000/what/a/good/post/comments
Content-Type: application/json
{
"email": "awesome@example.org",
- "content": "This is a comment"
+ "content": "This is a comment",
+ "domain": "localhost:5000"
}