Skip to content

Commit 70e8680

Browse files
committed
settings: Enable the REST API by default
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]>
1 parent beeacac commit 70e8680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
ENABLE_XMLRPC = False
225225

226226
# Set to True to enable the Patchwork REST API
227-
ENABLE_REST_API = False
227+
ENABLE_REST_API = True
228228

229229
REST_RESULTS_PER_PAGE = 30
230230

0 commit comments

Comments
 (0)