Added better artist bio/pics/lyrics
This commit is contained in:
@@ -2,6 +2,7 @@ pub mod albums;
|
||||
pub mod artists;
|
||||
pub mod auth;
|
||||
pub mod downloads;
|
||||
pub mod lyrics;
|
||||
pub mod search;
|
||||
pub mod system;
|
||||
pub mod tracks;
|
||||
@@ -17,6 +18,7 @@ pub fn configure(cfg: &mut web::ServiceConfig) {
|
||||
.configure(tracks::configure)
|
||||
.configure(search::configure)
|
||||
.configure(downloads::configure)
|
||||
.configure(lyrics::configure)
|
||||
.configure(system::configure),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user