Are there plans to support routing folder
Closed this issue · 1 comments
noyobo commented
folder
└─docs
└─f
└─index.md
it('should request /docs/f/ ok', function (done) {
request(app)
.get('/docs/f/')
.expect('Content-Type', 'text/html; charset=utf-8')
.expect(200, done);
});
dead-horse commented
i'm not sure what you mean. but PR's welcome!