Added callers moulde

This commit is contained in:
phoenix
2025-04-20 14:16:17 -04:00
parent 0ba2d4e8b9
commit 254c83fc9a
3 changed files with 15 additions and 0 deletions
+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