Endpoint url fix
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
pub mod song;
|
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";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user