]> git.localhorst.tv Git - alttp.git/blobdiff - routes/web.php
install bases system
[alttp.git] / routes / web.php
index b13039731c4c9ac7fa18295660a55cb14214e14e..ed62f1017910f25fb2adf2d6b66bfc9aea779bbe 100644 (file)
@@ -13,6 +13,4 @@ use Illuminate\Support\Facades\Route;
 |
 */
 
-Route::get('/', function () {
-    return view('welcome');
-});
+Route::view('/{path?}', 'app')->where('path', '.*');