UNPKG

waigo

Version:

Node.js ES6 framework for reactive, data-driven apps and APIs (Koa, RethinkDB)

11 lines (7 loc) 120 B
"use strict"; /** * @fileOverview Main controller */ exports.main = function*() { yield this.render('index'); };