Add sorting for chapters in book.

This commit is contained in:
2025-11-28 03:47:39 +08:00
parent e1a5403936
commit 70b75f8426
4 changed files with 217 additions and 78 deletions
+1
View File
@@ -133,6 +133,7 @@ $router->add('/books/{book_id}/chapters/create', 'ChapterController@create');
$router->add('/chapters/{id}/edit', 'ChapterController@edit');
$router->add('/chapters/{id}/delete', 'ChapterController@delete');
$router->add('/chapters/preview', 'ChapterController@preview');
$router->add('/books/{id}/chapters/update-order', 'ChapterController@updateOrder');
// Серии
$router->add('/series', 'SeriesController@index');