Lee Morgan %!s(int64=6) %!d(string=hai) anos
pai
achega
37890a2efc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;