Browse Source

bug fixes

Lee Morgan 6 năm trước cách đây
mục cha
commit
37890a2efc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controllers/renderer.js

+ 1 - 0
controllers/renderer.js

@@ -11,6 +11,7 @@ module.exports = {
     //  Error: a single error message (only if there is an error)
     //Renders landingPage
     landingPage: function(req, res){
+        console.log(req.url);
         let error = {};
         if(req.session.error){
             error = req.session.error;