Skip to content

Commit

Permalink
Merge pull request #565 from scanplus/add_deserilizer_cornice_param
Browse files Browse the repository at this point in the history
Add deserializer to cornice params
  • Loading branch information
leplatrem committed Jan 7, 2022
2 parents 131295d + 810ec4d commit 11e7891
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 11e7891

Please sign in to comment.