UNPKG

dorm-node

Version:

Library for creating and managing arbitrary object models and their relationships, and the data used by those models.

5 lines 140 B
module.exports = function(app, dorm) { app.get('/dorm/install', function(req, res){ res.render(dorm.basePath + '/views/install'); }); };