We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ping
1 parent 62b4a4d commit 91af82bCopy full SHA for 91af82b
src/api/ping.js
@@ -0,0 +1,7 @@
1
+const lori = require("lori")
2
+
3
+function ping(_useless, callback) {
4
+ callback(null, "pong")
5
+}
6
7
+module.exports = ping
0 commit comments