Update: 2026-05-09 17:21:01

This commit is contained in:
Hamza-Ayed
2026-05-09 17:21:01 +03:00
parent f75e2719fa
commit c94855ed9c
5 changed files with 198 additions and 84 deletions

View File

@@ -77,6 +77,7 @@ $routes = [
'v1/payments/my-requests' => ['GET', 'payments/my_requests.php'],
'v1/payments/review' => ['POST', 'payments/review.php'],
'v1/payments/stats' => ['GET', 'payments/stats.php'],
'v1/payments/delete' => ['POST', 'payments/delete.php'],
// Voice Assistant Proxies
'v1/voice/transcribe' => ['POST', 'voice/transcribe.php'],