Creating view [undone]

This commit is contained in:
Gregorio Chiko
2019-05-08 16:18:09 +07:00
parent a8dfeff1ad
commit 530a73ed34
11 changed files with 45131 additions and 58 deletions

View File

@@ -12,5 +12,5 @@
*/
Route::get('/', function () {
return view('welcome');
return view('main');
});