From 0bfd082658f5fc78524cf4c8188af739af9f5759 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sat, 30 May 2020 22:57:38 -0400 Subject: [PATCH] follows -> follow --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index 4fc4c494..95edb09f 100644 --- a/src/routes.js +++ b/src/routes.js @@ -1952,7 +1952,7 @@ module.exports = async ( } ap.get('api/gun/follows', apiGunFollowsGet) - ap.post(`/api/gun/follows`, apiGunFollowsPost) + ap.post(`/api/gun/follow`, apiGunFollowsPost) ap.delete(`api/gun/follows/:publickey`, apiGunFollowsDelete) /**