Skip to content

Commit

Permalink
Add deserializer to cornice params
Browse files Browse the repository at this point in the history
  • Loading branch information
sp-schoen committed Dec 8, 2021
1 parent 131295d commit 810ec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cornice/pyramidhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def register_service_views(config, service):

# Cornice-specific arguments that pyramid does not know about
cornice_parameters = ('filters', 'validators', 'schema', 'klass',
'error_handler') + CORS_PARAMETERS
'error_handler', 'deserializer') + CORS_PARAMETERS

# 1. register route

Expand Down

0 comments on commit 810ec4d

Please sign in to comment.