donal
2018-03-26 c382abd0c94c0c58aaf68b848e427114e7d68be6
server/components/errors/index.js
@@ -5,9 +5,9 @@
'use strict';
module.exports[404] = function pageNotFound(req, res) {
  var viewFilePath = '404';
  var statusCode = 404;
  var result = {
  const viewFilePath = '404';
  const statusCode = 404;
  const result = {
    status: statusCode
  };