dondi/quo

Separate service routes from view routes in the source code

Closed this issue · 1 comments

This is an internal code structure issue: we should separate Node routes that respond with pure data (i.e., services) from routes that respond with web pages (i.e., views). Conceptually they are different things, so our code should reflect this. /index and /main are views, for example, while /functions and /statuses are services.

All done! Trio programming session 5/24/2012.