UNPKG

gamecloud

Version:
15 lines (11 loc) 274 B
/** * Updated by liub on 2017-05-05. */ let facade = require('../../../Facade') class remote extends facade.RemoteIndexCtrl { get middleware() { return ['parseParams', 'authRemote', 'commonHandle']; } } exports = module.exports = remote;