Skip to content

Commit 00da243

Browse files
authored
Update index.js
1 parent 8463e91 commit 00da243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export interface ParseServerOptions {
242242
playgroundPath: ?string;
243243
/* Callback when server has started */
244244
serverStartComplete: ?(error: ?Error) => void;
245-
/* Rest representation on Parse.Schema https://docs.parseplatform.org/rest/guide/#adding-a-schema */
245+
/* Rest representation on Parse.Schema */
246246
schema: ?SchemaOptions;
247247
/* Callback when server has closed */
248248
serverCloseComplete: ?() => void;

0 commit comments

Comments
 (0)