File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7979 |--------------------------------------------------------------------------
8080 */
8181
82- 'api ' => 'documentation ' ,
82+ 'api ' => 'api/ documentation ' ,
8383
8484 /*
8585 |--------------------------------------------------------------------------
8686 | Route for accessing parsed swagger annotations.
8787 |--------------------------------------------------------------------------
8888 */
8989
90- 'docs ' => 'docs ' ,
90+ 'docs ' => 'api/ docs ' ,
9191
9292 ],
9393
Original file line number Diff line number Diff line change 1212*/
1313Route::get ('/{vue_capture?} ' , function () {
1414 return view ('index ' );
15- })->where ('vue_capture ' , '[\/\w\.-]* ' );
15+ })->where ('vue_capture ' , '^[^api] ' );
16+ #})->where('vue_capture', '[\/\w\.-]*');
You can’t perform that action at this time.
0 commit comments