From 5891af7e8c1411029fe1ad9c6d3182f88bcf3dfd Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Sun, 26 Jan 2025 12:55:13 +0100 Subject: comment and update information --- src/api/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/api/mod.rs') diff --git a/src/api/mod.rs b/src/api/mod.rs index d07079a..2a7c3a8 100644 --- a/src/api/mod.rs +++ b/src/api/mod.rs @@ -6,6 +6,7 @@ pub mod artist; pub mod search_results; pub mod song; +/* Set up scope */ pub fn api_scope() -> Scope { web::scope("/api") .service(song::get_song) -- cgit v1.2.3