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 response-time 2.2.0
// Project: https://github.com/expressjs/response-time
// Definitions by: Uros Smolnik <https://github.com/urossmolnik/>
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/* =================== USAGE ===================
/* =================== USAGE ===================
import responseTime = require('response-time');
app.use(responseTime());
+2 -2
View File
@@ -1,9 +1,9 @@
// Type definitions for serve-favicon 2.1.6
// Project: https://github.com/expressjs/serve-favicon
// Definitions by: Uros Smolnik <https://github.com/urossmolnik/>
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/* =================== USAGE ===================
/* =================== USAGE ===================
import serveFavicon = require('serve-favicon');
app.use(serveFavicon(__dirname + '/public/favicon.ico'));
+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']}))