Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
19a5e72c
Commit
19a5e72c
authored
Sep 12, 2016
by
Dominik Hebeler
Browse files
2 Weiterleitungen eingefügt
parent
007a1153
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/routes.php
View file @
19a5e72c
...
...
@@ -159,4 +159,10 @@ Route::group(
Route
::
get
(
'owi'
,
function
()
{
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'
);
});
});
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment