We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8463e91 commit 00da243Copy full SHA for 00da243
src/Options/index.js
@@ -242,7 +242,7 @@ export interface ParseServerOptions {
242
playgroundPath: ?string;
243
/* Callback when server has started */
244
serverStartComplete: ?(error: ?Error) => void;
245
- /* Rest representation on Parse.Schema https://docs.parseplatform.org/rest/guide/#adding-a-schema */
+ /* Rest representation on Parse.Schema */
246
schema: ?SchemaOptions;
247
/* Callback when server has closed */
248
serverCloseComplete: ?() => void;
0 commit comments