2016-07-17 12:48:09 +08:00

6 lines
77 B
JavaScript

'use strict';
module.exports = function* () {
this.body = 'Hello foo';
};