Update README.md

This commit is contained in:
Hamidreza Ghavami 2023-05-21 06:50:57 +04:30
parent 3a835fbeb8
commit 40a926a54a
No known key found for this signature in database
GPG key ID: 402C6797325182D9

View file

@ -194,6 +194,7 @@ Reference syntax:
| `GET` | `"/list"` | Get all inbounds | | `GET` | `"/list"` | Get all inbounds |
| `GET` | `"/get/:id"` | Get inbound with inbound.id | | `GET` | `"/get/:id"` | Get inbound with inbound.id |
| `GET` | `"/getClientTraffics/:email"` | Get Client Traffics with email | | `GET` | `"/getClientTraffics/:email"` | Get Client Traffics with email |
| `GET` | `"/createbackup"` | Telegram bot sends backup to admins |
| `POST` | `"/add"` | Add inbound | | `POST` | `"/add"` | Add inbound |
| `POST` | `"/del/:id"` | Delete Inbound | | `POST` | `"/del/:id"` | Delete Inbound |
| `POST` | `"/update/:id"` | Update Inbound | | `POST` | `"/update/:id"` | Update Inbound |