add leading dash
This commit is contained in:
parent
0bfd082658
commit
720732ba98
1 changed files with 2 additions and 2 deletions
|
|
@ -1951,9 +1951,9 @@ 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/follow`, apiGunFollowsPost)
|
||||||
ap.delete(`api/gun/follows/:publickey`, apiGunFollowsDelete)
|
ap.delete(`/api/gun/follows/:publickey`, apiGunFollowsDelete)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return app so that it can be used by express.
|
* Return app so that it can be used by express.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue