SkygearIO / py-skygear

Skygear Cloud Code Python SDK
https://skygear.io
Other
8 stars 20 forks source link

Fix register handler with different HTTP method #165

Closed cheungpat closed 7 years ago

cheungpat commented 7 years ago

This fixes the bug when using multiple handler decorators to register the same handler path but with different HTTP method.

connects #164