summaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
authorhorus2022-11-15 15:52:30 +0100
committerhorus2022-11-15 15:52:30 +0100
commitf4e8c78413b4f48ddb9910afa356c3d711188f2b (patch)
tree4e7beab155100383dfe9a7516b932ccf7cf3f801 /routes
parent3314af96df7b72bf799fc2e776cbdbd4c4e6dbee (diff)
downloadkategorischeraperitif-f4e8c78413b4f48ddb9910afa356c3d711188f2b.tar.gz
integrate external linkshorter including matomo tracking
Diffstat (limited to 'routes')
-rw-r--r--routes/web.php1
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', '(.+)');