fix header

This commit is contained in:
Florian Holzapfel
2015-03-19 16:59:53 +01:00
parent 546d3c9f31
commit 6c3794e396
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
// Type definitions for serve-static 1.7.1
// Project: https://github.com/expressjs/serve-static
// Definitions by: Uros Smolnik <https://github.com/urossmolnik/>
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/* =================== USAGE ===================
/* =================== USAGE ===================
import serveStatic = require('serve-static');
app.use(serveStatic('public/ftp', {'index': ['default.html', 'default.htm']}))