Andrew 1 month ago
parent
commit
8fbb87a747
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      routes/web.php

+ 3
- 3
routes/web.php View File

@@ -2,9 +2,9 @@
2 2
 
3 3
 use Illuminate\Support\Facades\Route;
4 4
 
5
-//Route::get('/', function () {
6
-//    return view('welcome');
7
-//});
5
+Route::get('/', function () {
6
+    return view('welcome');
7
+});
8 8
 Route::get('/check-upload', function() {
9 9
     return [
10 10
         'upload_max_filesize' => ini_get('upload_max_filesize'),