Added TODO for later

This commit is contained in:
kdeng00
2025-07-27 14:08:17 -04:00
parent c63ec150dc
commit 1638f395f7
+1
View File
@@ -745,6 +745,7 @@ pub mod endpoint {
} }
} }
// TODO: Rename
pub async fn download_flac( pub async fn download_flac(
axum::Extension(pool): axum::Extension<sqlx::PgPool>, axum::Extension(pool): axum::Extension<sqlx::PgPool>,
axum::extract::Path(id): axum::extract::Path<uuid::Uuid>, axum::extract::Path(id): axum::extract::Path<uuid::Uuid>,