some fixes, first push to ovh, discord webhook
This commit is contained in:
@@ -18,6 +18,7 @@ pub fn chat_routes() -> Router<AppState> {
|
||||
.route("/create_conversation", post (create_conversation))
|
||||
.route("/add_users_conv", put(add_user_to_conv))
|
||||
.route("/send_message", post(send_message))
|
||||
.route("/get_conv", get(get_convs))
|
||||
.route("/get_message", get(get_message))
|
||||
.route("/hotel_users", get(get_hotel_users))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user