correct wording
This commit is contained in:
parent
08216586ed
commit
6f87d214ec
1 changed files with 1 additions and 1 deletions
|
|
@ -1949,7 +1949,7 @@ module.exports = async (
|
||||||
}
|
}
|
||||||
|
|
||||||
ap.get('/api/gun/follows', apiGunFollowsGet)
|
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)
|
ap.delete(`/api/gun/follows/:publickey`, apiGunFollowsDelete)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue