From e91a86a714686a22149b55c9d5f0210cec8fef52 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 8 Feb 2024 18:21:12 -0600 Subject: Add CORS --- requests.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requests.http') diff --git a/requests.http b/requests.http index 6f76bbb..85d50a1 100644 --- a/requests.http +++ b/requests.http @@ -1,4 +1,4 @@ -POST http://localhost:5000/what/a/good/post/comments +POST http://localhost:5000/api/comments?path=/what/a/good/post Content-Type: application/json { "email": "awesome@example.org", -- cgit v1.2.3