From ac7610267dacf9a796c383f7335b42d6dabcd120 Mon Sep 17 00:00:00 2001 From: Mhykol Date: Thu, 9 Jan 2025 10:05:34 -0500 Subject: Fixed fetch in blog.js --- assets/js/blog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/blog.js b/assets/js/blog.js index 21d9e27..d04ef1c 100644 --- a/assets/js/blog.js +++ b/assets/js/blog.js @@ -30,7 +30,7 @@ class Blog { value: x } - await fetch(this.fetch, { + await fetch(object.url, { method: 'post', body: JSON.stringify(object), headers: new Headers({ -- cgit v1.2.3-70-g09d2