summaryrefslogtreecommitdiff
path: root/src/routes/artist.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/artist.rs')
-rw-r--r--src/routes/artist.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/artist.rs b/src/routes/artist.rs
index bf18e34..6a16ace 100644
--- a/src/routes/artist.rs
+++ b/src/routes/artist.rs
@@ -9,7 +9,7 @@ struct ArtistQueryOptions {
name: Option<String>,
}
-#[get("/api/artist")]
+#[get("/artist")]
pub async fn artist(
app_state: web::Data<AppState>,
get_args: web::Query<ArtistQueryOptions>,