diff --git a/src/handler.rs b/src/handler.rs index 6c85d84..05cdbf9 100644 --- a/src/handler.rs +++ b/src/handler.rs @@ -138,7 +138,7 @@ pub(super) async fn handler(state: AppState) -> Result { let router = Router::new() .route("/thumbnail/:id", get(http)) - .route("/audio/id/:id", get(http)) + .route("/audio/external_id/:id", get(http)) .route("/", get(metadata_ws)) .layer(SetSensitiveRequestHeadersLayer::new([AUTHORIZATION])) .layer(trace_layer)