-
Notifications
You must be signed in to change notification settings - Fork 2
Frontend Routes
Dechon edited this page Aug 12, 2021
·
5 revisions
This page displays a log in form
- GET /login
- POST /login
- GET /signup
- POST /signup
This is the landing page. [TODO: Determine what will be displayed here]
Shows a list of forms created by the logged in user.
- GET /forms
- POST /forms/create
Shows a specific form.
- GET /forms/int:id
- POST /forms/int:id
- PUT /forms/int:id
- DELETE /forms/int:id