Added callers moulde
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
pub mod song;
|
||||
|
||||
pub mod endpoints {
|
||||
pub const QUEUESONG: &str = "api/v2/song/queue";
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
pub mod request {
|
||||
}
|
||||
|
||||
pub mod response {
|
||||
}
|
||||
|
||||
pub mod endpoint {
|
||||
}
|
||||
@@ -7,6 +7,8 @@ use axum::{
|
||||
};
|
||||
// use serde::{Deserialize, Serialize};
|
||||
|
||||
pub mod callers;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
// initialize tracing
|
||||
|
||||
Reference in New Issue
Block a user