GT2/GT2-Android/node_modules/connect/lib/middleware/directory.js

21 lines
339 B
JavaScript
Raw Normal View History

/*!
* Connect - directory
* Copyright(c) 2011 Sencha Inc.
* Copyright(c) 2011 TJ Holowaychuk
* MIT Licensed
*/
/**
* Directory:
*
* See [serve-index](https://github.com/expressjs/serve-index)
*
* @param {String} root
* @param {Object} options
* @return {Function}
* @api public
*/
module.exports = require('serve-index');