document that /dashboard should be preferred over /
This commit is contained in:
parent
f929346c18
commit
41aea2e336
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ The dashboard is the central place that shows you the current active routes hand
|
|||
<figcaption>The dashboard in action</figcaption>
|
||||
</figure>
|
||||
|
||||
By default, the dashboard is available on `/` on port `:8080`.
|
||||
By default, the dashboard is available on `/dashboard` on port `:8080`.
|
||||
There is also a redirect of `/` to `/dashboard`, but one should not rely on that property as it is bound to change,
|
||||
and it might make for confusing routing rules anyway.
|
||||
|
||||
!!! note "Did You Know?"
|
||||
It is possible to customize the dashboard endpoint.
|
||||
|
|
Loading…
Reference in a new issue