diff options
Diffstat (limited to 'src/api/search_results.rs')
-rw-r--r-- | src/api/search_results.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |