Skip to content

Commit

Permalink
update route
Browse files Browse the repository at this point in the history
  • Loading branch information
cmzz committed Mar 8, 2021
1 parent f067ba9 commit 0c6c875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
|
*/

Route::get('/', function () {
return view('welcome');
Route::any('/', function () {
return 'ok';
});

Auth::routes();
Expand Down

0 comments on commit 0c6c875

Please sign in to comment.