-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
Shawn Boyle edited this page Oct 20, 2021
·
4 revisions
GET /
Routes user to the splash page | homepage
GET /profile
Routes user to their profile
GET /courses
Routes user to a page with all the available courses
GET /courses/:id
Routes user to a specific course page with all the available lessons for the course
GET /lessons/:id
Routes user to a specific lesson page
GET /visualizations