-
Notifications
You must be signed in to change notification settings - Fork 0
Front End Routes
jvos415 edited this page Aug 1, 2022
·
4 revisions
- Route "/"
- Method "GET"
- Route "/events/create"
- Method "GET"
- Route "/events"
- Method "POST"
- Route "/dashboard"
- Method "GET"
- Route "/events/:id"
- Method "GET"
- Route "/events/:id/edit"
- Method "GET"
- Route "/events/:id/edit"
- Method "POST"
- Route "/events/:id/tickets"
- Method "GET"
- Route "/tickets"
- Method "POST"
- Route "/dashboard"
- Method "GET"
- Route "/bookmarks"
- Method "POST"
- Route "*(many different paths will result in rendering the 404 page)"
- Method "GET"