File: /home/slfopp7cb1df/public_html/conradinvestmentgroup.com/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']);