MCPcopy 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

appMethod · 0.45

Calls 1

mountOntoMethod · 0.95

Tested by

no test coverage detected