Adding constant for endpoint

This commit is contained in:
2026-06-20 12:09:43 -04:00
parent e6f14917f0
commit f2ed459b71
+2
View File
@@ -28,6 +28,8 @@ pub mod endpoints {
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";
/// Constant for recording Message Event Response endpoint
pub const RECORD_MESSAGE_EVENT_RESPONSE: &str = "/api/v1/schedule/message/event/response/record";
}
pub mod response {