Matthew O'Riordan 6f4c23e59e Bug fix for commit API commit b537de085422827887c07d0258a3d3c1df17678e
The previous commit b537de0854 (L3R67) resulted in the API not being available to authenticated users.  The statement if (allowAnonymous) around the route prevented the route being available.  It is unnecessary to enforce this at a routing level as the middleware b537de0854/lib/middleware.js (L209) prevents API write requests without correct authentication.
2013-07-24 12:15:12 +01:00
..
2013-06-21 11:51:59 +01:00