Medium / matador

an MVC framework for Node
http://medium.github.io/matador
Other
604 stars 41 forks source link

Add an app.get() method, because the set() API is weird #124

Closed nicks closed 11 years ago

nicks commented 11 years ago

Hello anybody,

Please review the following commits I made in branch 'nick-get'.

eed864b1af0c511801f7eea72a1d5226c08f2d49 (2013-06-27 18:54:19 -0400) Add an app.get() method, because the set() API is weird

R=anybody

dpup commented 11 years ago

LGTM

(express had a get method that was bound to something else, pretty sure connect doesn't)

vinibaggio commented 11 years ago

LGTM++