Skip to content

Commit

Permalink
Merge pull request #36 from Sharifur/dev
Browse files Browse the repository at this point in the history
added attendance check in the user panel
  • Loading branch information
Sharifur committed Jan 22, 2024
2 parents 8e971c0 + f24337b commit ad187e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

Route::get('/', function () {
return redirect()->route('admin.login');
return redirect()->route('login');
});

/*==============================================
Expand Down

0 comments on commit ad187e2

Please sign in to comment.