kopia lustrzana https://github.com/c9/core
5 wiersze
103 B
JavaScript
5 wiersze
103 B
JavaScript
![]() |
// A very simple API
|
||
|
exports.ping = function (callback) {
|
||
|
callback(null, process.pid + " pong");
|
||
|
}
|