unused docs/{page?} route in wave/routes/web.php #298
Unanswered
martindruart
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In the file wave/routes/web.php, the following route is declared :
Route::view('docs/{page?}', 'docs::index')->where('page', '(.*)');However, the docs:: view namespace does not appear to be registered anywhere in the codebase.
Could you please clarify the purpose of this route? Is it a leftover from a previous documentation system or an incomplete feature?
Thanks in advance for your time and clarification.
Beta Was this translation helpful? Give feedback.
All reactions