diff --git a/server/src/routes.rs b/server/src/routes.rs index eaa9732..b70244b 100644 --- a/server/src/routes.rs +++ b/server/src/routes.rs @@ -2,4 +2,6 @@ pub const INVITE_JOIN: &'static str = "/invite/join"; // requires @code pub const INVITE_CREATE: &'static str = "/invite/create"; // requires none pub const CHANNELS_LIST: &'static str = "/channels/list"; // requires none -pub const CHANNELS_CREATE: &'static str = "/channels/create"; // requires @name @description \ No newline at end of file +pub const CHANNELS_CREATE: &'static str = "/channels/create"; // requires @name @description + +pub const MESSAGE_SEND: &'static str = "/messsage/send"; // requires @content \ No newline at end of file