diff options
| author | Barry Warsaw | 2015-03-29 17:19:32 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-03-29 17:19:32 -0400 |
| commit | 260e4da54a97c76f7ea5bf11cc698cb086c6506b (patch) | |
| tree | 5ae851b9c6d32b7a280397597d1573ef51baff17 | |
| parent | db5311200674432669787ef05d019536d3011c4e (diff) | |
| download | mailman-260e4da54a97c76f7ea5bf11cc698cb086c6506b.tar.gz mailman-260e4da54a97c76f7ea5bf11cc698cb086c6506b.tar.zst mailman-260e4da54a97c76f7ea5bf11cc698cb086c6506b.zip | |
| -rw-r--r-- | src/mailman/rest/root.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/rest/root.py b/src/mailman/rest/root.py index 0861a9a5b..9ec84da68 100644 --- a/src/mailman/rest/root.py +++ b/src/mailman/rest/root.py @@ -182,6 +182,7 @@ class TopLevel: @child() def lists(self, request, segments): """/<api>/lists + /<api>/lists/styles /<api>/lists/<list> /<api>/lists/<list>/... """ |
