From 7293801ddd3f494e2546c47f4698079ab41d3442 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sat, 16 Dec 2023 20:03:27 +1100 Subject: [PATCH] Remove content type as default header from fetch request (this should be fetched from dom) --- templates/client.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/client.html b/templates/client.html index 562c5ce..9899b99 100644 --- a/templates/client.html +++ b/templates/client.html @@ -33,9 +33,9 @@
@@ -113,7 +113,6 @@ method, body, headers: { - 'Content-Type': 'application/json' } }).then(response => { response.text().then(text => {