fix balance end
All checks were successful
Build SMS Gateway / Build image (push) Successful in 20s

This commit is contained in:
2026-02-02 06:25:30 +07:00
parent 45d77b0285
commit 7906bf786b
3 changed files with 14 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ curl -X POST http://localhost:3000/clear-all-sms
**Пример запроса:**
```bash
curl http://localhost:3000/balance
curl http://localhost:3000/balance.php
```
**Ответ:**
@@ -171,7 +171,7 @@ environment:
- `POST /sms/send`
- `GET /sms/view-all-sms`
- `POST /sms/clear-all-sms`
- `GET /sms/balance`
- `GET /sms/balance.php`
- `GET /sms/` - веб-интерфейс
Изменение порта в docker-compose.yml: