Browse Source

Update 'routes/web.php'

ifah
Zafwan 5 years ago
parent
commit
06edb9c3af
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      routes/web.php

+ 1
- 0
routes/web.php View File

Route::post('/CustomerService/wo/delete-wo', 'DS\CustomerService\CustomerController@deleteCustomerWo')->name('deleteCustomerWo'); Route::post('/CustomerService/wo/delete-wo', 'DS\CustomerService\CustomerController@deleteCustomerWo')->name('deleteCustomerWo');


Route::get('/customer-service/get-data-claim','Api\ClaimedController@get_data_claim'); Route::get('/customer-service/get-data-claim','Api\ClaimedController@get_data_claim');
Route::get('/customer-service/get-data-form','Api\FormController@get_data_form');
}); });


/** Access Authorized (Contractor) **/ /** Access Authorized (Contractor) **/

Loading…
Cancel
Save