|
|
@@ -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 |
|
|
|
|