|
@@ -14,7 +14,8 @@ use Illuminate\Support\Facades\Route;
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
Route::get('/', function () {
|
|
Route::get('/', function () {
|
|
|
- return view('welcome');
|
|
|
|
|
|
|
+ // return view('welcome');
|
|
|
|
|
+ return Redirect::to('/settings');
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
Route::get('/settings', \App\Http\Livewire\Setting::class);
|
|
Route::get('/settings', \App\Http\Livewire\Setting::class);
|