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

Umleitung für /impressum.html eingefügt

parent 177e5f91
No related branches found
No related tags found
1 merge request!272Development
......@@ -31,6 +31,10 @@
->with('css', 'impressum.css')
->with('navbarFocus', 'kontakt');
});
Route::get('impressum.html', function()
{
return redirect(url('impressum'));
});
Route::get('about', function()
{
......
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