Sfoglia il codice sorgente

Update 'routes/web.php'

ifah
Zafwan 5 anni fa
parent
commit
06edb9c3af
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      routes/web.php

+ 1
- 0
routes/web.php Vedi 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…
Annulla
Salva