Schedule message #15

Merged
phoenix merged 19 commits from schedule_message into alot_of_changes 2026-06-17 17:51:34 -04:00
Showing only changes of commit 83aae8e344 - Show all commits
+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 {