mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Initial Commit
This commit is contained in:
10
app/controllers/home.js
Normal file
10
app/controllers/home.js
Normal file
@ -0,0 +1,10 @@
|
||||
module.exports = function(piler) {
|
||||
return {
|
||||
index: function(req, res) {
|
||||
res.render("index.jade", {
|
||||
js: piler.js.renderTags(),
|
||||
css: piler.css.renderTags()
|
||||
});
|
||||
}
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user