correct wording

This commit is contained in:
Daniel Lugo 2020-05-31 12:17:22 -04:00
parent 08216586ed
commit 6f87d214ec

View file

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