jacksonh / manos

Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.
Other
455 stars 61 forks source link

Fix routing methods for specific HTTP verbs. #141

Closed ldmosquera closed 3 years ago

ldmosquera commented 12 years ago

All routing methods (ManosModule.Put(), ManosModule.Post(), etc) were configuring GetMethods instead of what the method name suggested (ie. PutMethods, PostMethods, etc), due to a copy/paste error.