tsk-194: Make distinction in MetadataQueue endpoints (#222)

* tsk-194: Moving metadata module

* tsk-194: Build fix

* tsk-194: Name changes

* tsk-194: Code formatting

* tsk-194: Version bump

* tsk-194: Test fixes
This commit was merged in pull request #222.
This commit is contained in:
KD
2025-10-27 13:25:30 -04:00
committed by GitHub
parent 8b36bc8c49
commit 1a5a9fcaaf
7 changed files with 49 additions and 46 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",