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

@@ -163,6 +163,7 @@ Route::group(['middleware' => 'csAuth'], function () {
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-form','Api\FormController@get_data_form');
});

/** Access Authorized (Contractor) **/

Loading…
Cancel
Save