Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 153 Bytes

File metadata and controls

7 lines (5 loc) · 153 Bytes

File and Path

var normalized = path.normalize(baseDir).replace(/[\/|\\]$/, '');

var normalized = require('path').join(__dirname, 'routes');