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