diff options
| author | Horus | 2021-01-14 12:09:03 +0100 |
|---|---|---|
| committer | Horus | 2021-01-14 12:09:03 +0100 |
| commit | 5269a15bcffe0a5084092fc61f445c0bee588baa (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /routes/web.php | |
| parent | 0e92c9d4bcf6c3fb422493cd6b44eeced1219c06 (diff) | |
| download | zeitumstellung-5269a15bcffe0a5084092fc61f445c0bee588baa.tar.gz | |
Delete Laravel app.
Diffstat (limited to 'routes/web.php')
| -rw-r--r-- | routes/web.php | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/routes/web.php b/routes/web.php deleted file mode 100644 index 70f2245..0000000 --- a/routes/web.php +++ /dev/null @@ -1,31 +0,0 @@ -<?php - -/* -|-------------------------------------------------------------------------- -| Web Routes -|-------------------------------------------------------------------------- -| -| Here is where you can register web routes for your application. These -| routes are loaded by the RouteServiceProvider within a group which -| contains the "web" middleware group. Now create something great! -| -*/ - -/* -Route::get('/', function () { - return view('index'); -}); - */ -Route::get('/', 'IndexController@showPage'); -Route::get('/ical', 'iCalController@icalFeed')->name('ical'); -#Route::get('/kalender', 'iCalController@showPage')->name('calendar'); -Route::get('/kalender', 'IndexController@showPage')->name('calendartest'); - -/* -Auth::routes([ 'register' => false, - 'reset' => false, - 'verify' => false, -]); - */ - -Route::get('/home', 'HomeController@index')->name('home'); |
