summaryrefslogtreecommitdiff
path: root/static/src/follow.md
diff options
context:
space:
mode:
Diffstat (limited to 'static/src/follow.md')
-rw-r--r--static/src/follow.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/src/follow.md b/static/src/follow.md
index b02e7f0..dcdfcdd 100644
--- a/static/src/follow.md
+++ b/static/src/follow.md
@@ -63,7 +63,7 @@ emailSubscribe.onclick = async () => {
throw "The browser environment is not secure.";
}
- await api.call('POST', '/api/mailinglist/subscribe', {
+ await api.call('/api/mailinglist/subscribe', {
body: { email: emailAddress.value },
requiresPow: true,
});