Skip to content

Commit

Permalink
Update web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PovilasKorop committed Feb 20, 2020
1 parent ef88829 commit 2279403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
@@ -1,5 +1,5 @@
<?php
Route::redirect('/', '/admin/home');
Route::redirect('/', 'admin/home');

Auth::routes(['register' => false]);

Expand Down

0 comments on commit 2279403

Please sign in to comment.