MCPcopy
hub / github.com/parse-community/parse-server / app

Method app

src/ParseServer.ts:221–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219 }
220
221 get app() {
222 if (!this._app) {
223 this._app = ParseServer.app(this.config);
224 }
225 return this._app;
226 }
227
228 /**
229 * Stops the parse server, cancels any ongoing requests and closes all connections.

Callers 1

serverFunction · 0.80

Calls 4

promiseRouterMethod · 0.80
expressRouterMethod · 0.45

Tested by

no test coverage detected