changed PUSH to POST in README.md (#689)

This commit is contained in:
Mazdak Pakaghideh 2023-07-04 12:05:40 +03:30 committed by GitHub
parent 9e433ea4c4
commit 5f3b91f3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,7 +238,7 @@ Reference syntax:
<details>
<summary>Click for API routes details</summary>
- `/login` with `PUSH` user data: `{username: '', password: ''}` for login
- `/login` with `POST` user data: `{username: '', password: ''}` for login
- `/panel/api/inbounds` base for following actions:
| Method | Path | Action |