diff options
| author | Barry Warsaw | 2015-07-18 23:29:07 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-07-18 23:29:07 -0400 |
| commit | 5a08c47353cefccaa021e0f488ab76f3806dd49c (patch) | |
| tree | 32fa44f854cf762b156c93ecba1a63be43e454c5 /src/mailman/rest/wsgiapp.py | |
| parent | 759efff6eb63b3ba1fff15193923a3df72eb552c (diff) | |
| download | mailman-5a08c47353cefccaa021e0f488ab76f3806dd49c.tar.gz mailman-5a08c47353cefccaa021e0f488ab76f3806dd49c.tar.zst mailman-5a08c47353cefccaa021e0f488ab76f3806dd49c.zip | |
Diffstat (limited to 'src/mailman/rest/wsgiapp.py')
| -rw-r--r-- | src/mailman/rest/wsgiapp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/rest/wsgiapp.py b/src/mailman/rest/wsgiapp.py index 035125864..94f654217 100644 --- a/src/mailman/rest/wsgiapp.py +++ b/src/mailman/rest/wsgiapp.py @@ -52,6 +52,7 @@ class AdminWebServiceWSGIRequestHandler(WSGIRequestHandler): class SetAPIVersion: """Falcon middleware object that sets the api_version on resources.""" + def process_resource(self, request, response, resource): # Set this attribute on the resource right before it is dispatched # too. This can be used by the resource to provide different |
