dotos %!s(int64=7) %!d(string=hai) anos
pai
achega
c9a8545475
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -70,7 +70,7 @@ app.use(function(req,res,next){
         ua:ua,
         dr:dr
     }
-    if(path.indexOf('/static/')>-1){
+    if(path.indexOf('/static/') == -1){
         visitor.pageview(params).send();
     }
     next()