File manager - Edit - /home/autoph/public_html/connectv1/routes/customer/activity.php
Back
<?php use App\Router; // Router::match(['get', 'post'], '/', 'LtoController@orcrStatusByCSMobile'); // Router::post('/customer/activity/store', function () { // //print_r(config('lto')->dealer_mapping); // // echo "1"; // response()->json(["message" => "TEST", "status" => 1]); // }); Router::group(['prefix' => '/customer'], function () { Router::group(['prefix' => '/activity'], function () { Router::post('/store', 'Customer\ActivityController@store')->setName('customer.activity.store'); Router::post('/insurance/store', 'Customer\ActivityController@storeInsurance')->setName('customer.activity.insurance.store'); }); });
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings