mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Smoke rises
This commit is contained in:
parent
27da93f5c2
commit
407f2212d0
8
controllers/bonfire.js
Normal file
8
controllers/bonfire.js
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Bonfire controller
|
||||
*/
|
||||
module.exports = {
|
||||
index : function(req,res) {
|
||||
res.render('bonfire/bonfire.jade');
|
||||
}
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user