collection get

This commit is contained in:
Daniel Lugo 2020-06-10 14:25:03 -04:00
parent 2cc5dfd55d
commit bde6362640

View file

@ -1908,6 +1908,7 @@ module.exports = async (
}
}
ap.get('/api/gun/follows/', apiGunFollowsGet)
ap.get('/api/gun/follows/:publicKey', apiGunFollowsGet)
ap.put(`/api/gun/follows/:publicKey`,apiGunFollowsPut)
ap.delete(`/api/gun/follows/:publicKey`, apiGunFollowsDelete)