From 5d0055bd6f9cecda0b96d61a25118c989c4b44ff Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 3 Feb 2024 17:26:19 -0600 Subject: Add domain to json payload --- requests.http | 5 +++-- 1 file 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" } -- cgit v1.2.3