new static route string for /message/send

This commit is contained in:
shockrah 2020-06-17 12:38:33 -07:00
parent 4985c7f07f
commit 63c1fa1137

View File

@ -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
pub const CHANNELS_CREATE: &'static str = "/channels/create"; // requires @name @description
pub const MESSAGE_SEND: &'static str = "/messsage/send"; // requires @content