diff options
| author | Aurélien Bompard | 2015-03-20 16:31:41 +0100 |
|---|---|---|
| committer | Aurélien Bompard | 2015-03-20 16:31:41 +0100 |
| commit | 34975c2d425e428d06c73f7ecae95e6058e5d058 (patch) | |
| tree | 08be962fc9a43c6e00f5ddc8010177fc8641d7dc /src/mailman/rest/root.py | |
| parent | 6280c5ffcd2fdebf80f170f7c9a4e47adf0c6c4a (diff) | |
| download | mailman-34975c2d425e428d06c73f7ecae95e6058e5d058.tar.gz mailman-34975c2d425e428d06c73f7ecae95e6058e5d058.tar.zst mailman-34975c2d425e428d06c73f7ecae95e6058e5d058.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>/... """ |
