tsk-194: Build fix

This commit is contained in:
kdeng00
2025-10-27 13:09:11 -04:00
parent e9193c0375
commit 7ebf875624
2 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -107,10 +107,11 @@ pub mod endpoint {
use crate::repo;
use crate::repo::queue as repo_queue;
// TODO: Change the name of this endpoint. Including the function name and path
/// Endpoint to create song
#[utoipa::path(
post,
path = super::super::endpoints::QUEUEMETADATA,
path = super::super::queue::endpoints::QUEUEMETADATA,
request_body(
content = super::request::create_metadata::Request,
description = "Data needed to create the song and save it to the filesystem",