UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

6 lines (4 loc) 124 B
module.exports.i18n = require('./api.i18n'); module.exports.status = function(req, res) { res.send({'reply':'ok'}); };