Skip to content

Commit

Permalink
Merge branch 'meor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiextreme committed Sep 15, 2022
2 parents cb65d30 + ed8ade3 commit e5994aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use App\Http\Controllers\Common\CommonController;
use App\Http\Controllers\Segment\Pengguna\Tempahan\TempahanBilikController;
use App\Http\Controllers\Segment\Admin\Tempahan\Bilik\AdminTempahanBilikController;
use App\Http\Controllers\Auth\AuthenticatedSessionController;
/*
|--------------------------------------------------------------------------
| Web Routes
Expand All @@ -20,9 +21,7 @@
|
*/

Route::get('/', function () {
return view('welcome');
});
Route::get('/', [AuthenticatedSessionController::class, 'create']);

Route::get('/dashboard', [DashboardController::class, 'index'])->name('dashboard');
Route::post('/get-events', [DashboardController::class, 'getEvents'])->name('getEvents');
Expand Down

0 comments on commit e5994aa

Please sign in to comment.