1
0
mirror of https://github.com/yldio/copilot.git synced 2025-01-24 01:40:12 +02:00
copilot/legacy/cloudapi-graphql/src/api/config.js

6 lines
104 B
JavaScript
Raw Normal View History

2016-10-10 18:37:26 +03:00
// const request = require('./request');
module.exports.get = () => {
2016-10-10 18:37:26 +03:00
// return request('', ctx);
};