Fix broken link to method-override types (#20967)

This commit is contained in:
Marcin Dobosz
2017-10-24 11:37:39 -07:00
committed by Sheetal Nandi
parent b8660a296a
commit 824ad1a710
+1 -1
View File
@@ -9,7 +9,7 @@ declare global {
namespace Express {
// These open interfaces may be extended in an application-specific manner via declaration merging.
// See for example method-override.d.ts (https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/method-override/method-override.d.ts)
// See for example method-override.d.ts (https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/method-override/index.d.ts)
export interface Request { }
export interface Response { }
export interface Application { }