We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dce6e commit 98d018cCopy full SHA for 98d018c
javascript/ql/lib/semmle/javascript/frameworks/Connect.qll
@@ -24,7 +24,7 @@ module Connect {
24
* but support for other kinds of route handlers can be added by implementing
25
* additional subclasses of this class.
26
*/
27
- abstract class RouteHandler extends HTTP::Servers::StandardRouteHandler, NodeJSLib::RouteHandler,
+ abstract class RouteHandler extends NodeJSLib::RouteHandler,
28
DataFlow::ValueNode {
29
/**
30
* Gets the parameter of kind `kind` of this route handler.
0 commit comments