Added auth
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
pub mod albums;
|
||||
pub mod artists;
|
||||
pub mod auth;
|
||||
pub mod downloads;
|
||||
pub mod search;
|
||||
pub mod system;
|
||||
@@ -10,6 +11,7 @@ use actix_web::web;
|
||||
pub fn configure(cfg: &mut web::ServiceConfig) {
|
||||
cfg.service(
|
||||
web::scope("/api")
|
||||
.configure(auth::configure)
|
||||
.configure(artists::configure)
|
||||
.configure(albums::configure)
|
||||
.configure(tracks::configure)
|
||||
|
||||
Reference in New Issue
Block a user