-
Notifications
You must be signed in to change notification settings - Fork 3
Frontend Routes
a-loeffler edited this page Apr 30, 2021
·
2 revisions
This page displays a log-in form.
GET /users/login
POST /users/login
This page displays a log-out confirmation.
GET /users/logout
This page displays a sign-up form.
GET /users/signup
POST /users/signup
This page displays a list of all the active questions.
GET /questions/
This page displays a form to create a new question
GET /questions/ask
POST /questions/ask/submit
This page displays a specific Question thread and its responses, and includes a form where users can submit a new response to the question.
GET /questions/:id/
POST /questions/:id/response/submit