Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/loopbackio/loopback-next
/ registerRoute
Method
registerRoute
packages/rest/src/http-handler.ts:52–54 ·
view source on GitHub ↗
(route: RouteEntry)
Source
from the content-addressed store, hash-verified
50
}
51
52
registerRoute(route: RouteEntry) {
53
this._routes.registerRoute(route);
54
}
55
56
/**
57
* @deprecated Use `registerApiComponents`
Callers
2
_createHttpHandler
Method · 0.45
_setupOperation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected