Add Download LOG

This commit is contained in:
R
2023-02-01 19:15:31 +07:00
parent 8d5f4bb0bd
commit f0c787fede
28 changed files with 470 additions and 2 deletions

View File

@@ -11,6 +11,8 @@
|
*/
use Modules\Internal\Http\Controllers\Api\CorporateMemberController;
Route::prefix('internal')->group(function() {
Route::get('/', 'InternalController@index');
});
});