follows -> follow
This commit is contained in:
parent
ea51bef3ad
commit
0bfd082658
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue