Adding constant for endpoint

This commit is contained in:
2026-06-17 16:02:07 -04:00
parent e1b75c240b
commit 83aae8e344
+2
View File
@@ -14,6 +14,8 @@ pub mod endpoints {
pub const ADD_MESSAGE: &str = "/api/v1/message/new";
/// Constant for getting messages endpoint
pub const GET_MESSAGE: &str = "/api/v1/message";
/// Constant for scheduling message endpoint
pub const SCHEDULE_MESSAGE: &str = "api/v1/schedule/message";
}
pub mod response {