Added callers moulde #120

Merged
kdeng00 merged 44 commits from add_queue_endpoint into v0.2 2025-04-22 20:08:24 -04:00
3 changed files with 15 additions and 0 deletions
Showing only changes of commit 254c83fc9a - Show all commits
+5
View File
@@ -0,0 +1,5 @@
pub mod song;
pub mod endpoints {
pub const QUEUESONG: &str = "api/v2/song/queue";
}
+8
View File
@@ -0,0 +1,8 @@
pub mod request {
}
pub mod response {
}
pub mod endpoint {
}
+2
View File
@@ -7,6 +7,8 @@ use axum::{
};
// use serde::{Deserialize, Serialize};
pub mod callers;
#[tokio::main]
async fn main() {
// initialize tracing