1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

bugfixing gallery middleware

This commit is contained in:
Braun Patrik 2016-06-26 11:09:46 +02:00
parent fa9b3653c9
commit ef47ddbaae

View File

@ -29,7 +29,7 @@ export class GalleryMWs {
req.resultPipe = new ContentWrapper(directory, null);
return;
return next();
});
}