X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=routes%2Fweb.php;h=450d21f5ab5b2dcc50ca20cfa5c2dc58dc8ba74a;hb=f7ec7bd25d8ce700b18e0900ee01db1107f2ccfa;hp=375962dd7a05b47ee449a3f3049fad36df2bafba;hpb=9e08a6086d2c982ec9a2b9b79e3441ac8347f695;p=alttp.git diff --git a/routes/web.php b/routes/web.php index 375962d..450d21f 100644 --- a/routes/web.php +++ b/routes/web.php @@ -17,10 +17,6 @@ use Illuminate\Support\Facades\Route; Route::get('/sitemap.xml', [SitemapXmlController::class, 'index']); -Route::domain(config('aos.hostname'))->group(function() { - Route::view('/{path?}', 'aos')->where('path', '.*'); -}); - Route::view('/{path?}', 'app')->where('path', '.*'); Route::group(['prefix' => config('larascord.prefix'), 'middleware' => ['web']], function() {