mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
build artist page
+ connect artist page to backend ~ bugs introduced as there are hashing changes in the backend [will fix later]
This commit is contained in:
committed by
Mungai Njoroge
parent
fff2c53801
commit
075765088f
+3
-2
@@ -38,14 +38,15 @@ const baseApiUrl = domain() + ports.api;
|
||||
const paths = {
|
||||
api: {
|
||||
album: baseApiUrl + "/album",
|
||||
artist: baseApiUrl + "/artist",
|
||||
get albumartists() {
|
||||
return this.album + "/artists";
|
||||
},
|
||||
get albumbio() {
|
||||
return this.album + "/bio";
|
||||
},
|
||||
get albumsByArtistUrl(){
|
||||
return this.album + "/from-artist"
|
||||
get albumsByArtistUrl() {
|
||||
return this.album + "/from-artist";
|
||||
},
|
||||
folder: baseApiUrl + "/folder",
|
||||
playlist: {
|
||||
|
||||
Reference in New Issue
Block a user