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:
geoffrey45
2022-12-03 16:06:26 +03:00
committed by Mungai Njoroge
parent fff2c53801
commit 075765088f
17 changed files with 382 additions and 82 deletions
+3 -2
View File
@@ -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: {