ソースを参照

Update 'routes/web.php'

ifah
Zafwan 5年前
コミット
06edb9c3af
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      routes/web.php

+ 1
- 0
routes/web.php ファイルの表示

@@ -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) **/

読み込み中…
キャンセル
保存