Commit df49d525 authored by Leo Iannacone's avatar Leo Iannacone

add more details on directory listening

parent a9c973b9
......@@ -69,7 +69,10 @@ if (config.routes.debomatic) {
});
app.use(config.routes.debomatic, serve_static(config.debomatic.path));
app.use(config.routes.debomatic, serve_index(config.debomatic.path));
app.use(config.routes.debomatic, serve_index(config.debomatic.path, {
'view': 'details',
'icons': true
}));
}
// serve stylesheet-javascript
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment