|
@@ -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 |
|