-
Notifications
You must be signed in to change notification settings - Fork 0
ROUTES
Brice Powell edited this page Dec 28, 2017
·
2 revisions
- /login
- /signup
- /workouts - workout index, homepage
- /workouts/:workoutId - workout show page
- /workouts/new - create workout
- /routes - routes index
- /routes/:routeId/new -create a route
- /routes/:routeID/ - route show
- GET / StaticPagesController#root
- POST /api/users - signs a user up
- POST /api/session - log in
- DELETE /api/session - log out
- GET /api/workouts - returns relevant workouts
- GET /api/workouts/:workoutId - returns a workout
- POST /api/workouts - creates a workout
- GET /api/routes - returns relevant routes
- GET /api/routes/:routeId - returns a route
- POST /api/routes - creates a route