File manager - Edit - /home/autoph/public_html/projects/api/public/api_barcode.php.tar
Back
home/autoph/public_html/projects/api/routes/api_barcode.php 0000644 00000001412 15024757563 0020176 0 ustar 00 <?php use App\Router; Router::group(['prefix' => '/v1'], function () { Router::group(['prefix' => '/barcode'], function () { Router::group(['middleware' => \App\Middlewares\ApiVerification::class], function () { Router::match(['get', 'post'], '/', 'BarCodeController@generate')->setName('barcode'); }); Router::match(['get', 'post'], '/help', function () { $response['parameters'] = array( 'key' => array('required' => true, 'value' => 'string'), 'data' => array('required' => true, 'value' => 'string'), 'filename' => array('required' => false, 'value' => 'string'), ); response()->json($response); })->setName('barcode.help'); }); });
| ver. 1.4 |
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings