gem-diamond
schmarty
·
2024-06-24
·
via Feed of "schmarty/gem-diamond"
|
|
|
|
@ -38,8 +38,8 @@ $app->route->get('/directory', 'App\\Controller::directory');
|
|
|
|
|
// ring navigation
|
|
|
|
|
$app->route->get('/next', 'App\\Controller::next');
|
|
|
|
|
$app->route->get('/previous', 'App\\Controller::previous');
|
|
|
|
|
$app->route->get('/{slug}/next', 'App\\Controller::random');
|
|
|
|
|
$app->route->get('/{slug}/previous', 'App\\Controller::random');
|
|
|
|
|
$app->route->get('/{slug}/next', 'App\\Controller::next');
|
|
|
|
|
$app->route->get('/{slug}/previous', 'App\\Controller::previous');
|
|
|
|
|
|
|
|
|
|
$app->route->group('/dashboard', function (\League\Route\RouteGroup $route) {
|
|
|
|
|
$route->get('/', 'App\\Controller::dashboard')->setName('loginSuccess');
|
|
|
|
|
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。