Duplicated from Niansuh/DP2API
813eca2
1
2
3
4
5
6
export default { prefix: '/ping', get: { '': async () => "pong" } }