Code formatting
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ pub mod song;
|
|||||||
|
|
||||||
pub mod endpoints {
|
pub mod endpoints {
|
||||||
pub const QUEUESONG: &str = "api/v2/song/queue";
|
pub const QUEUESONG: &str = "api/v2/song/queue";
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-6
@@ -1,8 +1,5 @@
|
|||||||
pub mod request {
|
pub mod request {}
|
||||||
}
|
|
||||||
|
|
||||||
pub mod response {
|
pub mod response {}
|
||||||
}
|
|
||||||
|
|
||||||
pub mod endpoint {
|
pub mod endpoint {}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user