From 564b8f71ae21abff52400a46898809935b9b5d1d Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Sat, 13 Jul 2024 22:24:24 +0700 Subject: [PATCH] chore: remove docs url --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dedd39c..c8442a0 100644 --- a/readme.md +++ b/readme.md @@ -126,7 +126,7 @@ You can fork or edit this source code ! | ✅ | Leave Group | POST | /group/leave | | ✅ | Create Group | POST | /group | | ✅ | Add Participants in Group | POST | /group/participants | -| ✅ | Remove Participant in Group | POST | /group/participants | +| ✅ | Remove Participant in Group | POST | /group/participants/remove | | ✅ | Promote Participant in Group | POST | /group/participants/promote | | ✅ | Demote Participant in Group | POST | /group/participants/demote |