From 9e1d1537fdac58be2cad81d24e52f93fb9f2ee05 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Mon, 27 Jan 2025 10:10:20 +0100 Subject: garbage code for deployment --- src/api/search_results.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/search_results.rs') diff --git a/src/api/search_results.rs b/src/api/search_results.rs index cd47054..87b635c 100644 --- a/src/api/search_results.rs +++ b/src/api/search_results.rs @@ -13,7 +13,7 @@ struct SearchQueryOptions { #[utoipa::path( params(SearchQueryOptions), - context_path = "/api", + context_path = "/balalaika/api", description = "Performs a search based on the 'name' parameter and returns a list.", responses( (status = 200, description = "Return a list of artists, albums and songs"), -- cgit v1.2.3