Add tracks to user profile.

This commit is contained in:
Scott
2018-03-19 12:25:31 +01:00
parent 187a1c4f35
commit a317a1f29b
7 changed files with 141 additions and 0 deletions

@ -30,6 +30,22 @@ var routeTests = map[string][]string{
"/+Akyoto/soundtracks/liked/from/3",
},
"/user/:nick/quotes/added": []string{
"/+Scott/quotes/added",
},
"/user/:nick/quotes/added/from/:index": []string{
"/+Scott/quotes/added/from/3",
},
"/user/:nick/quotes/liked": []string{
"/+Scott/quotes/liked",
},
"/user/:nick/quotes/liked/from/:index": []string{
"/+Scott/quotes/liked/from/3",
},
"/user/:nick/followers": []string{
"/+Akyoto/followers",
},