Page Contents
Home > @loopback/rest > TrieRouter > findRouteWithPathVars
TrieRouter.findRouteWithPathVars() method
Signature:
protected findRouteWithPathVars(verb: string, path: string): ResolvedRoute | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
verb | string | |
path | string |
Returns:
ResolvedRoute | undefined