File: //proc/self/root/proc/thread-self/root/proc/self/cwd/pm/plugins/Purchase/Config/Routes.php
<?php
namespace Config;
$routes = Services::routes();
$routes->get('purchase', 'Purchase::index', ['namespace' => 'Purchase\Controllers']);
$routes->get('purchase/(:any)', 'Purchase::$1', ['namespace' => 'Purchase\Controllers']);
$routes->get('purchase/(:any)', 'Purchase::$1', ['namespace' => 'Purchase\Controllers']);
$routes->post('purchase/(:any)', 'Purchase::$1', ['namespace' => 'Purchase\Controllers']);