collection get
This commit is contained in:
parent
2cc5dfd55d
commit
bde6362640
1 changed files with 1 additions and 0 deletions
|
|
@ -1908,6 +1908,7 @@ module.exports = async (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ap.get('/api/gun/follows/', apiGunFollowsGet)
|
||||||
ap.get('/api/gun/follows/:publicKey', apiGunFollowsGet)
|
ap.get('/api/gun/follows/:publicKey', apiGunFollowsGet)
|
||||||
ap.put(`/api/gun/follows/:publicKey`,apiGunFollowsPut)
|
ap.put(`/api/gun/follows/:publicKey`,apiGunFollowsPut)
|
||||||
ap.delete(`/api/gun/follows/:publicKey`, apiGunFollowsDelete)
|
ap.delete(`/api/gun/follows/:publicKey`, apiGunFollowsDelete)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue