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
ecd4909f
Commit
ecd4909f
authored
Feb 05, 2021
by
Dominik Hebeler
Browse files
added key page to removekey
parent
a0cc8e73
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
routes/cookie.php
View file @
ecd4909f
...
...
@@ -6,7 +6,7 @@ Route::group(
'middleware' => [ 'localeSessionRedirect', 'localizationRedirect' ]*/
],
function
()
{
Route
::
get
(
'meta/key'
,
"KeyController@index"
);
Route
::
get
(
'meta/key'
,
"KeyController@index"
)
->
middleware
(
'removekey'
)
;
Route
::
post
(
'meta/key'
,
'KeyController@setKey'
);
Route
::
any
(
'meta/key/remove'
,
'KeyController@removeKey'
)
->
name
(
"removeCookie"
);
...
...
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