diff options
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 |
