This commit is contained in:
shockrah 2020-08-01 18:57:49 -07:00
parent 26eeb4fa2c
commit 014b6a06c8

View File

@ -5,7 +5,7 @@ pub const CHANNELS_LIST: &'static str = "/channels/list"; // requires none
pub const CHANNELS_CREATE: &'static str = "/channels/create"; // requires @name @kind
pub const CHANNELS_DELETE: &'static str = "/channels/delete"; // requires @name
pub const MESSAGE_SEND: &'static str = "/messsage/send"; // requires @content
pub const MESSAGE_SEND: &'static str = "/message/send"; // requires @content
const DYNAMIC_ROUTE_BASES: [&'static str;1] = [
"/invites",