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
829b18f8
Commit
829b18f8
authored
Feb 17, 2021
by
Davide Aprea
Browse files
add protective middleware to associator route
parent
f606f5df
Changes
1
Hide whitespace changes
Inline
Side-by-side
routes/web.php
View file @
829b18f8
...
...
@@ -40,7 +40,7 @@ Route::group(
->
with
(
'title'
,
trans
(
'titles.asso'
))
->
with
(
'navbarFocus'
,
'dienste'
);
});
Route
::
post
(
'asso'
,
'Assoziator@asso'
);
Route
::
post
(
'asso'
,
'Assoziator@asso'
)
->
middleware
(
'browserverification:true'
,
'humanverification:true'
)
;
Route
::
get
(
'impressum'
,
function
()
{
return
view
(
'impressum'
)
...
...
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