repo.or.cz
/
express.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
tests: add range tests to res.download
[express.git]
/
examples
/
route-separation
/
site.js
blob
aee36d1bd722187b39dd35677514e5d0b46bd96b
1
'use strict'
2
3
exports.index = function(req, res){
4
res.render('index', { title: 'Route Separation Example' });
5
};