HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/payments-gateway/var/cache/drop/url_matching_routes.php
<?php

/**
 * This file has been auto-generated
 * by the Symfony Routing Component.
 */

return [
    false, // $matchHost
    [ // $staticRoutes
        '/api/payment/initiate' => [[['_route' => 'payment_initiate', '_controller' => 'App\\Controller\\PaymentController::initiate'], null, ['POST' => 0], null, false, false, null]],
        '/payment/return' => [[['_route' => 'payment_return', '_controller' => 'App\\Controller\\PaymentController::returnFromPayment'], null, null, null, false, false, null]],
        '/api/payment/webhook' => [[['_route' => 'payment_webhook', '_controller' => 'App\\Controller\\PaymentController::webhook'], null, ['POST' => 0], null, false, false, null]],
    ],
    [ // $regexpList
    ],
    [ // $dynamicRoutes
    ],
    null, // $checkCondition
];