From 014b6a06c8b3f4c0d1df7b78b78ae5c2fe1c339b Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 1 Aug 2020 18:57:49 -0700 Subject: [PATCH] oops --- server/src/routes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",