Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/parse-community/parse-server
/ expressRouter
Method
expressRouter
src/PromiseRouter.js:117–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
}
116
117
expressRouter() {
118
return
this.mountOnto(express.Router());
119
}
120
121
tryRouteRequest(method, path, request) {
122
var
match = this.match(method, path);
Callers
1
app
Method · 0.45
Calls
1
mountOnto
Method · 0.95
Tested by
no test coverage detected