tests: add range tests to res.download
[express.git] / examples / route-separation / site.js
blobaee36d1bd722187b39dd35677514e5d0b46bd96b
1 'use strict'
3 exports.index = function(req, res){
4   res.render('index', { title: 'Route Separation Example' });
5 };