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
ebb27831
Commit
ebb27831
authored
Feb 07, 2020
by
Dominik Hebeler
Browse files
debug output of ip adress
parent
602c4df2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
routes/web.php
View file @
ebb27831
...
...
@@ -175,6 +175,9 @@ Route::group(
Route
::
get
(
'engine/stats.json'
,
'AdminInterface@engineStats'
);
Route
::
get
(
'check'
,
'AdminInterface@check'
);
Route
::
get
(
'engines'
,
'AdminInterface@engines'
);
Route
::
get
(
'ip'
,
function
()
{
dd
(
Request
::
ip
());
});
});
Route
::
get
(
'settings'
,
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