Skip to content

Commit

Permalink
asdas
Browse files Browse the repository at this point in the history
  • Loading branch information
surya432 committed Dec 5, 2019
1 parent 74594a8 commit aedf26e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
|
*/
Route::get('/', function () {
return abort(404);
return redirect("embed/the-lies-within-2019-e16");
});

Route::get('/register', function () {
return abort(404);
});
Expand Down

0 comments on commit aedf26e

Please sign in to comment.