Little Comment

This commit is contained in:
Chi Vinh Le
2018-03-14 20:31:16 +01:00
parent 418a51cbb4
commit 747817edd8
+2
View File
@@ -81,6 +81,8 @@ module.exports = async (req, res, next) => {
// Always attach the locals.
attachStaticLocals(res.locals);
// Resolve will help resolving paths to static files
// using the manifest.
res.locals.resolve = resolve;
// Forward the request.