create FMS service with test
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
// use SoapClient;
|
||||
// use SoapFault;
|
||||
|
||||
@@ -411,7 +413,7 @@ Route::middleware('cors:api')->get('bi/total-length-damaged-axes', 'Api\BiContro
|
||||
|
||||
|
||||
|
||||
Route::get('axis-report', 'CoridorsController@axisReportByLatAndLng');
|
||||
Route::get('axis-report', 'CoridorsController@axisReportByLatAndLng')->name('api.axis-report');
|
||||
// Route::get('axis-report/single', 'CoridorsController@getAxisReportDataFromID');
|
||||
// Route::post('change', function () {
|
||||
// $data = App\Models\UserActivityLog::create([
|
||||
|
||||
Reference in New Issue
Block a user