update the deprecation notice of RouteExpr such that it points to public APIs

This commit is contained in:
Erik Krogh Kristensen
2022-04-05 14:27:18 +02:00
committed by erik-krogh
parent e387ebaedd
commit 26f5643f3e

View File

@@ -56,7 +56,7 @@ module Express {
}
/**
* DEPRECATED: Use `isRouter()` instead.
* DEPRECATED: Use `RouterDefinition.ref()` or `RouteSetup` instead.
* An expression that refers to a route.
*/
deprecated class RouteExpr extends MethodCallExpr {