From fcc3f67181b4f6c6a290bcc8d2fe1e5125f54f86 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Wed, 5 Apr 2023 00:11:15 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6b8c0df1..ef5764c8 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ xray panel supporting multi-protocol, **Multi-lang (English,Farsi,Chinese)** - For more advanced configuration items, please refer to the panel ## API routes -
- Click for details + - `/login` with `PUSH` user data: `{username: '', password: ''}` for login - `/xui/API/inbounds` base for following actions: -| Method | Path | Action | -| :----- |:---------:| ------:| -| GET | "/" | Get all inbounds | + +| Method | Path | Action | +| ------------- | ------------- | ------------- | +| GET | "/" | Get all inbounds | | GET | "/get/:id" | Get inbound with inbound.id | | POST | "/add" | Add inbound | | POST | "/del/:id" | Delete Inbound | @@ -57,7 +57,6 @@ xray panel supporting multi-protocol, **Multi-lang (English,Farsi,Chinese)** | POST | "/:id/resetClientTraffic/:email" | Reset Client's Traffic | | POST | "/resetAllTraffics" | Reset traffics of all inbounds | | POST | "/resetAllClientTraffics/:id" | Reset traffics of all clients in an inbound | -
# Screenshot from Inbouds page