larvitfiles
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -12,3 +12,3 @@ /** | ||
const file = new lFiles.File({ | ||
'slug': req.urlParsed.pathname.substring(lFiles.prefix.length) | ||
'slug': decodeURIComponent(req.urlParsed.pathname.substring(lFiles.prefix.length)) | ||
}, function (err) { | ||
@@ -15,0 +15,0 @@ if (err) { cb(err, req, res, {}); return; } |
{ | ||
"name": "larvitfiles", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Storage of files with an API and database to use in web environments", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
47998