-
Notifications
You must be signed in to change notification settings - Fork 1
Frontend Routes
Henry Pan edited this page Apr 1, 2021
·
2 revisions
-
/- Splash Page, shows a couple of tracks.
-
/discover- Front page for logged in users only. Shows a lot (or all) of tracks.
-
/users/:idor/:username- User page, containing all tracks the user has uploaded.
-
/tracks/:idor/:username/tracks/:title- Page for a particular track, containing the track and comments.
-
/upload- Page to upload a new track.