Skip to content

Commit f4c4fbb

Browse files
authored
Merge branch 'master' into patch-1
2 parents 0220542 + 268423d commit f4c4fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jsonApi.setConfig({
2222
copyright: "Blah"
2323
},
2424
// Should the interactive GraphQL HTTP interface be served up?
25-
graphiql: true
25+
graphiql: true,
2626
// (optional) meta can be a function to be invoked at the end of every request
2727
meta: function(request) {
2828
return { timestamp: new Date() };

0 commit comments

Comments
 (0)