mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
module.exports = function* () {
|
|
yield this.render('index.html');
|
|
};
|