chore(route) add "\n"

This commit is contained in:
coderaiser 2015-04-07 03:07:36 -04:00
parent 4334b34637
commit 2e6474cf8f

View file

@ -138,6 +138,7 @@
throw Error('callback should be function!');
name = ponse.getPathName(request);
isAuth = RegExp('^(/auth|/auth/github)$').test(name);
isFS = RegExp('^/$|^' + FS).test(name);