Move setup out of resources/a
This commit is contained in:
parent
f1dd68a737
commit
222fd5092e
@ -78,7 +78,7 @@ Route::group(['middleware'=>['auth','role:wholesaler'],'prefix'=>'a'],function()
|
|||||||
->where('so','[0-9]+');
|
->where('so','[0-9]+');
|
||||||
|
|
||||||
// Site Setup
|
// Site Setup
|
||||||
Route::view('setup','theme.backend.adminlte.a.setup');
|
Route::view('setup','theme.backend.adminlte.setup');
|
||||||
Route::post('setup',[AdminController::class,'setup']);
|
Route::post('setup',[AdminController::class,'setup']);
|
||||||
|
|
||||||
// Checkout Setup (Payments)
|
// Checkout Setup (Payments)
|
||||||
|
Loading…
Reference in New Issue
Block a user