Changed name of function

This commit is contained in:
kdeng00
2025-07-27 12:55:11 -04:00
parent a1ff05ef6f
commit 3193657da3
+1 -1
View File
@@ -1013,7 +1013,7 @@ pub mod endpoint {
}
pub async fn stream_audio(
pub async fn stream_song(
axum::Extension(pool): axum::Extension<sqlx::PgPool>,
axum::extract::Path(id): axum::extract::Path<uuid::Uuid>,
) -> impl IntoResponse {