diff options
| -rw-r--r-- | assets/js/blog.js | 2 |
1 files changed, 1 insertions, 1 deletions
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({ |
