aboutsummaryrefslogtreecommitdiffstats
path: root/routes/index.js
AgeCommit message (Collapse)Author
2013-04-28Add series_id to character-images URLTeddy Wing
The '/character-images' endpoint must now be called with a series ID as part of the URL.
2013-04-27Update routing system. Add character images endpointTeddy Wing
Now includes an endpoint to get character images using dummy data.
2013-04-27Change to node/express appTeddy Wing