diff --git a/server/src/routes.rs b/server/src/routes.rs index 1d6dfb3..054c839 100644 --- a/server/src/routes.rs +++ b/server/src/routes.rs @@ -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",