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) /**