Added useful constant #156
This commit is contained in:
@@ -17,3 +17,8 @@ pub mod endpoints {
|
|||||||
pub const CREATESONG: &str = "/api/v2/song";
|
pub const CREATESONG: &str = "/api/v2/song";
|
||||||
pub const CREATECOVERART: &str = "/api/v2/coverart";
|
pub const CREATECOVERART: &str = "/api/v2/coverart";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
pub mod response {
|
||||||
|
pub const SUCCESSFUL: &str = "SUCCESSFUL";
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user