kopia lustrzana https://github.com/c9/core
8 wiersze
176 B
JavaScript
8 wiersze
176 B
JavaScript
![]() |
module.exports = function(vfs, options, register) {
|
||
|
register(null, {
|
||
|
ping: function (payload, callback) {
|
||
|
callback(null, payload);
|
||
|
}
|
||
|
});
|
||
|
};
|