balloosnafoo / no-kicker

Capstone project proposal for final two weeks of the App Academy curriculum.
0 stars 0 forks source link

API Controllers #1

Closed chf2 closed 9 years ago

chf2 commented 9 years ago

I would probably err on the side of implementing your controllers in the API namespace sooner rather than later (such as with teams in Phase I). This ends up being easier to keep track of rather than having multiple controllers to have to switch over to API once your site is up and running.

balloosnafoo commented 9 years ago

Phase 1 updated with api namespacing