From 6163b2d2c78cca3642a6e7f8997adc2f4cb11f86 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Thu, 24 Aug 2017 09:42:56 -0700 Subject: [PATCH] fixed problem on spee.ch/:claimName routes --- routes/serve-routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/serve-routes.js b/routes/serve-routes.js index 484d961a..6937c9a3 100644 --- a/routes/serve-routes.js +++ b/routes/serve-routes.js @@ -151,7 +151,7 @@ module.exports = (app) => { logger.debug('claim name = ', name); logger.debug('method =', method); // 1. retrieve the asset and information - getAsset(CLAIM, null, null, null, name, null) + getAsset(CLAIM, null, null, name, null) // 2. respond to the request .then(fileInfo => { if (!fileInfo) {