add leading dash

This commit is contained in:
Daniel Lugo 2020-05-31 10:16:38 -04:00
parent 0bfd082658
commit 720732ba98

View file

@ -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.delete(`api/gun/follows/:publickey`, apiGunFollowsDelete)
ap.delete(`/api/gun/follows/:publickey`, apiGunFollowsDelete)
/**
* Return app so that it can be used by express.