Adding constant for endpoint

This commit is contained in:
2026-06-20 11:05:42 -04:00
parent c98d545afe
commit 1c7595ea5d
+2
View File
@@ -26,6 +26,8 @@ pub mod endpoints {
pub const GET_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event";
/// Constant for deleting Scheduled Message Event endpoint
pub const DELETE_SCHEDULED_MESSAGE_EVENT: &str = "/api/v1/schedule/message/event/{id}";
/// Constant for fetching Scheduled Message endpoint
pub const FETCH_SCHEDULED_MESSAGE: &str = "/api/v1/schedule/message/fetch";
}
pub mod response {