tsk-170: Adding code to document API

This commit is contained in:
kdeng00
2025-08-19 13:09:53 -04:00
parent 7adbf6332a
commit 2bbb8a1617
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -856,6 +856,9 @@ mod song_queue {
pub mod endpoint {
use axum::{Json, http::StatusCode, response::IntoResponse};
use utoipa::OpenApi;
use utoipa_swagger_ui::SwaggerUi;
use std::io::Write;
use crate::callers::song::song_queue;