Explorar el Código

version api

ifah
Nur Zarifah Mohd Zain hace 4 años
padre
commit
a85ab94992
Se han modificado 1 ficheros con 14 adiciones y 8 borrados
  1. 14
    8
      routes/api.php

+ 14
- 8
routes/api.php Ver fichero

@@ -50,15 +50,21 @@ Route::group(['middleware' => 'mobileapps'], function() {
Route::get('/form/statistic','Api\FormController@getFormStatistic');
Route::get('/claim/12/12/2019','DS\MarketingController@manualDate');
Route::get('/get-data','Api\FormController@get_data_form');
});

/*
|--------------------------------------------------------------------------
| Residential Form
|--------------------------------------------------------------------------
*/
Route::get('/get-coverage-detail/{building_name}/{street}', 'Api\Controller@getCoverageDetail');
Route::get('/get-street/{building_name}', 'Api\Controller@getStreet');
});
/*
|--------------------------------------------------------------------------
| Check Version
|--------------------------------------------------------------------------
*/
Route::get('/mobile/apps_version', 'Api\AppVersionController@compareVersion');
/*
|--------------------------------------------------------------------------
| Residential Form
|--------------------------------------------------------------------------
*/
Route::get('/get-coverage-detail/{building_name}/{street}', 'Api\Controller@getCoverageDetail');
Route::get('/get-street/{building_name}', 'Api\Controller@getStreet');

//test


Cargando…
Cancelar
Guardar