Changed name of function
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user