2016-07-18 21:16:35 +08:00

4 lines
70 B
JavaScript

module.exports = function* () {
yield this.render('index.html');
};