follows -> follow

This commit is contained in:
Daniel Lugo 2020-05-30 22:57:38 -04:00
parent ea51bef3ad
commit 0bfd082658

View file

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