Rename path
static map type to auto
This commit is contained in:
parent
0b98651b48
commit
9d63634078
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ module.exports = function(options, repo, params, id) {
|
||||||
res, next, overlay);
|
res, next, overlay);
|
||||||
});
|
});
|
||||||
|
|
||||||
var pathPattern = 'path/:width(\\d+)x:height(\\d+)';
|
var pathPattern = 'auto/:width(\\d+)x:height(\\d+)';
|
||||||
|
|
||||||
app.get(util.format(staticPattern, pathPattern), function(req, res, next) {
|
app.get(util.format(staticPattern, pathPattern), function(req, res, next) {
|
||||||
var path = extractPathFromQuery(req.query);
|
var path = extractPathFromQuery(req.query);
|
||||||
|
|
Loading…
Reference in a new issue