diff options
Diffstat (limited to 'routes/web.php')
| -rw-r--r-- | routes/web.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/web.php b/routes/web.php index f61e10e..0514648 100644 --- a/routes/web.php +++ b/routes/web.php @@ -35,3 +35,4 @@ Route::get('/angebote/all/feed', 'FeedController@showPage')->name('all_feed'); Route::get('/angebote/search/feed', 'FeedController@showPage')->name('search_feed'); Route::get('/_/api/lookup', 'LookupController@showPage')->name('lookup'); +Route::get('/s/{shortlink}', 'LinkController@redirect')->name('shortlink')->where('shortlink', '(.+)'); |
