kyle 2 vuotta sitten
vanhempi
commit
b23f24dbd4
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      routes/web.php

+ 2
- 2
routes/web.php Näytä tiedosto

@@ -1,10 +1,10 @@
1 1
 <?php
2 2
 
3 3
 Route::get('/', function () {
4
-//    return view('welcome');
4
+    return view('welcome');
5 5
     // 首頁無條件導轉到靜態資源專用資料夾
6 6
 //    return redirect('/main?' . $_SERVER['QUERY_STRING']);
7
-    return redirect('/index.html?' . $_SERVER['QUERY_STRING']);
7
+//    return redirect('/index.html?' . $_SERVER['QUERY_STRING']);
8 8
 });
9 9
 
10 10
 // API