Skip to content
Snippets Groups Projects
Commit 19a5e72c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

2 Weiterleitungen eingefügt

parent 007a1153
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -159,4 +159,10 @@ Route::group( ...@@ -159,4 +159,10 @@ Route::group(
Route::get('owi', function () { Route::get('owi', function () {
return redirect('https://metager.de/klassik/en/owi/'); return redirect('https://metager.de/klassik/en/owi/');
}); });
Route::get('MG20', function () {
return redirect('https://metager.de/klassik/MG20');
});
Route::get('databund', function () {
return redirect('https://metager.de/klassik/databund');
});
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment