new static route string for /message/send
This commit is contained in:
parent
4985c7f07f
commit
63c1fa1137
@ -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
|
Loading…
Reference in New Issue
Block a user