Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / connect / lib / middleware / static.js
1 /*!
2  * Connect - static
3  * Copyright(c) 2010 Sencha Inc.
4  * Copyright(c) 2011 TJ Holowaychuk
5  * MIT Licensed
6  */
7
8 /**
9  * Static:
10  *
11  * See [serve-static](https://github.com/expressjs/serve-static)
12  *
13  * @param {String} root
14  * @param {Object} options
15  * @return {Function}
16  * @api public
17  */
18
19 module.exports = require('serve-static');