-
Notifications
You must be signed in to change notification settings - Fork 0
Routes
Josh Earlenbaugh edited this page Nov 19, 2017
·
12 revisions
Here is where a representation of the routes and route-relations lives.
- /login
- /signup
- /feed - question feed/homepage
- /users/:userId - user profile
- /questions/new - create a new question
- /questions/:questionId - question show
- /questions/:questionId/answers - question answers index
- /questions/:questionId/answers/:answerId - question answer show
- /questions/:questionId/answers/:answerId/comments - question answer comments index
- /questions/:questionId/answers/:answerId/comments/:commentId - question answer comment show