mirror of
https://github.com/yldio/copilot.git
synced 2025-01-24 18:00:11 +02:00
e71fc374bc
This brings the name of the application inline with the terminology in the Joyent triton / cloud api documentation.
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
// const request = require('./request');
|
|
|
|
module.exports.get = (ctx) => {
|
|
// return request('', ctx);
|
|
};
|