fix service simbg login token and fix create new users
This commit is contained in:
@@ -13,6 +13,8 @@ require __DIR__ . '/auth.php';
|
||||
// auth
|
||||
Route::group(['middleware' => 'auth'], function(){
|
||||
|
||||
Route::get('', [BigDataController::class, 'index'])->name('any');
|
||||
|
||||
//dashboards
|
||||
Route::group(['prefix' => '/dashboards'], function(){
|
||||
Route::get('/bigdata', [BigDataController::class, 'index'])->name('home');
|
||||
|
||||
Reference in New Issue
Block a user