Receive-Note-BackEnd

This commit is contained in:
mhmj
2019-05-28 10:21:59 +08:00
parent 2546b4a7fa
commit 862ced7efe
6 changed files with 165 additions and 5 deletions
+2
View File
@@ -136,6 +136,8 @@ Route::group(['middleware' => 'api', 'prefix' => 'v1', 'as' => 'api.'], function
Route::post('/bulk-receive-notes', 'BulkReceiveNotesController@create')->name('bulk.receive.update');
Route::post('/{orderId}/update-receive-note', 'UpdateReceiveNoteController@update')->name('receive.note.update');
});
// Service Routes