joyent-portal/spikes/graphs-topology/d3/server/routes/static.js

16 lines
314 B
JavaScript
Raw Normal View History

2017-02-06 18:11:01 +02:00
const path = require('path');
module.exports = (server) => {
// server.route({
// method: 'GET',
// path: '/{param*}',
// handler: {
// directory: {
// path: path.join(__dirname, '../../static'),
// redirectToSlash: true,
// index: true
// }
// }
// });
};