async fn validate_media_headers(
headers: &HeaderMap,
user: &AuthUser,
conn: &mut PgConnection,
) -> ControllerResult<()>
Expand description
Generates a path for an audio file with the appropriate extension.
async fn validate_media_headers(
headers: &HeaderMap,
user: &AuthUser,
conn: &mut PgConnection,
) -> ControllerResult<()>
Generates a path for an audio file with the appropriate extension.