()
| 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. |
no test coverage detected