Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
8f177848
Commit
8f177848
authored
Apr 02, 2020
by
Dominik Hebeler
Browse files
Removed search query as route Parameter
parent
84a1090e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
routes/web.php
View file @
8f177848
...
...
@@ -196,7 +196,7 @@ Route::group(
Route
::
get
(
'pluginClose'
,
'LogController@pluginClose'
);
Route
::
get
(
'pluginInstall'
,
'LogController@pluginInstall'
);
Route
::
get
(
'qt
/{eingabe}
'
,
'MetaGerSearch@quicktips'
);
Route
::
get
(
'qt'
,
'MetaGerSearch@quicktips'
);
Route
::
get
(
'tips'
,
'MetaGerSearch@tips'
);
Route
::
get
(
'/plugins/opensearch.xml'
,
'StartpageController@loadPlugin'
);
Route
::
get
(
'owi'
,
function
()
{
...
...
Write
Preview
Markdown
is supported
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