Ver código fonte

remove homepage

Andrew 1 mês atrás
pai
commit
211686b3af
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      routes/web.php

+ 3
- 3
routes/web.php Ver arquivo

@@ -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'),