Update: 2026-05-07 03:06:15
This commit is contained in:
@@ -55,9 +55,19 @@ $routes = [
|
||||
'v1/batches/finalize' => ['POST', 'batches/finalize.php'],
|
||||
'v1/batches/status' => ['GET', 'batches/status.php'],
|
||||
|
||||
// Payment System (CliQ-based)
|
||||
'v1/payments/create' => ['POST', 'payments/create.php'],
|
||||
'v1/payments/verify-reference' => ['POST', 'payments/verify_reference.php'],
|
||||
'v1/payments/bot-webhook' => ['POST', 'payments/bot_webhook.php'],
|
||||
'v1/payments/list' => ['GET', 'payments/list.php'],
|
||||
'v1/payments/my-requests' => ['GET', 'payments/my_requests.php'],
|
||||
'v1/payments/review' => ['POST', 'payments/review.php'],
|
||||
'v1/payments/stats' => ['GET', 'payments/stats.php'],
|
||||
|
||||
// Voice Assistant Proxies
|
||||
'v1/voice/transcribe' => ['POST', 'voice/transcribe.php'],
|
||||
'v1/voice/parse-intent' => ['POST', 'voice/parse_intent.php'],
|
||||
'v1/voice/transcribe' => ['POST', 'voice/transcribe.php'],
|
||||
'v1/voice/parse-intent' => ['POST', 'voice/parse_intent.php'],
|
||||
'v1/voice/parse-intent-grok' => ['POST', 'voice/grok_intent.php'],
|
||||
];
|
||||
|
||||
if (isset($routes[$route])) {
|
||||
|
||||
Reference in New Issue
Block a user