From 6f87d214ecc9ea5a8374105163e0fb00b6b67717 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sun, 31 May 2020 12:17:22 -0400 Subject: [PATCH] correct wording --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index 0205f35e..f2616535 100644 --- a/src/routes.js +++ b/src/routes.js @@ -1949,7 +1949,7 @@ module.exports = async ( } ap.get('/api/gun/follows', apiGunFollowsGet) - ap.post(`/api/gun/follow`, apiGunFollowsPost) + ap.post(`/api/gun/follows`, apiGunFollowsPost) ap.delete(`/api/gun/follows/:publickey`, apiGunFollowsDelete) /**