From cb3a9e58dbfa65da655c68e21d5bf270c4ccb7ef Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Mon, 20 Jan 2025 01:32:52 +0100 Subject: add searchResults --- src/routes.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/routes.rs') diff --git a/src/routes.rs b/src/routes.rs index 869c123..0cefd1b 100644 --- a/src/routes.rs +++ b/src/routes.rs @@ -1,3 +1,4 @@ pub mod song; pub mod album; pub mod artist; +pub mod search_results; -- cgit v1.2.3