Skip to content

Commit

Permalink
settings: Enable the REST API by default
Browse files Browse the repository at this point in the history
The release notes say this is already the case. As the API is now
functionally complete, there's no reason not to toggle this. Make it so.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed May 4, 2017
1 parent beeacac commit 70e8680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchwork/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
ENABLE_XMLRPC = False

# Set to True to enable the Patchwork REST API
ENABLE_REST_API = False
ENABLE_REST_API = True

REST_RESULTS_PER_PAGE = 30

Expand Down

0 comments on commit 70e8680

Please sign in to comment.