Skip to content

Frontend Routes

Eric Ramsay edited this page Mar 10, 2021 · 2 revisions

Across the Site

/main

/categories/:id

/games/:id

                     

User Centric

/users/login

/users/signup

/users/:id/mygames (show all games)

/users/:id/myreviews (filter library to show only those the user's reviewed)

/users/:id/myprofile (page to update user profile settings and/or delete account)

Clone this wiki locally