peerigon / alamid

Framework for RESTful JavaScript web applications that run both on the server- and clientside.
http://www.alamidjs.com
MIT License
23 stars 3 forks source link

Server.addRoute with no methods #183

Open jhnns opened 11 years ago

jhnns commented 11 years ago

It should be possible to omit the method when calling Server.addRoute(). In this case all methods are applied.

jhnns commented 11 years ago

This is also related to #184