Browse Source

first commit

HonorLee 8 years ago
parent
commit
43f7bb1bd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      handler/jumper.js

+ 1 - 1
handler/jumper.js

@@ -18,7 +18,7 @@ var Jumper = {
         }
     },
     _error:function(url,res){
-        Router._error('Router Go ERROR:'+url,res);
+        ROUTER._error('Router Go ERROR:'+url,res);
         Logger.error(url+' request error!');
         res.writeHead(404, {'Content-Type': 'text/html'});
         res.end('404');