timer/routes/index.js
Rob Dodson 4b5b869c14 Finalize functionality.
Add start/stop/reset buttons.

Tidy up the interactions between the view and the stopwatch model.

Add CSS styles.
2012-06-08 07:06:54 -07:00

9 lines
117 B
JavaScript

var app = require('../app');
/*
* GET home page.
*/
exports.index = function(req, res) {
res.render('index')
};