Update README.md

This commit is contained in:
Hamidreza Ghavami
2023-05-21 06:52:07 +04:30
parent 4b3abe9cdf
commit e4300badc5

View File

@@ -120,6 +120,7 @@ docker build -t x-ui .
| :----: | ------------------------------- | ----------------------------------------- |
| `GET` | `"/"` | Get all inbounds |
| `GET` | `"/get/:id"` | Get inbound with inbound.id |
| `GET` | `"/createbackup"` | Telegram bot sends backup to admins |
| `POST` | `"/add"` | Add inbound |
| `POST` | `"/del/:id"` | Delete Inbound |
| `POST` | `"/update/:id"` | Update Inbound |