Added useful constant #156

This commit is contained in:
kdeng00
2025-07-18 19:13:15 -04:00
parent 162a333ecd
commit 8de2773a7a
+5
View File
@@ -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";
}