diff options
| author | Barry Warsaw | 2015-03-29 16:30:30 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-03-29 16:30:30 -0400 |
| commit | 2c49b7535bf9989b3e0aeb0ae209d9f0a6a9be9e (patch) | |
| tree | d20fc2c3c76e5ff303afea9820e79cac696fa68c /src/mailman/rest/root.py | |
| parent | db5311200674432669787ef05d019536d3011c4e (diff) | |
| parent | b62a026ad136147d9f1e1e9604f98bd4d98a3389 (diff) | |
| download | mailman-2c49b7535bf9989b3e0aeb0ae209d9f0a6a9be9e.tar.gz mailman-2c49b7535bf9989b3e0aeb0ae209d9f0a6a9be9e.tar.zst mailman-2c49b7535bf9989b3e0aeb0ae209d9f0a6a9be9e.zip | |
Diffstat (limited to 'src/mailman/rest/root.py')
| -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>/... """ |
