Updated all safe-updatable npm dependencies.

This commit is contained in:
Gunther Brunner
2014-08-18 18:49:20 +09:00
parent b5a0a8fa5b
commit 8347568ce0

View File

@@ -137,7 +137,7 @@ module.exports = function(options) {
var file = storage.retrieve(req.params.id)
if (file) {
res.set('Content-Type', file.type)
res.sendfile(file.path)
res.sendFile(file.path)
}
else {
res.send(404)