[FIX] website: typo - missing s

Who has eaten the s ?
This commit is contained in:
Jeremy Kersten 2016-01-27 17:55:33 +01:00
parent e2d16ea04a
commit bb2ecb3672
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ class website(osv.osv):
:rtype: bool
"""
endpoint = rule.endpoint
methods = endpoint.routing.get('method') or ['GET']
methods = endpoint.routing.get('methods') or ['GET']
converters = rule._converters.values()
if not ('GET' in methods