mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
added it_get_all_pages, it_get_page, it_update_page test
This commit is contained in:
+2
-2
@@ -40,8 +40,8 @@ Route::group(['prefix' => 'plans'], function () {
|
||||
|
||||
// Pages
|
||||
Route::group(['prefix' => 'pages'], function () {
|
||||
Route::patch('/{slug}', [PagesController::class, 'update']);
|
||||
Route::get('/{slug}', [PagesController::class, 'show']);
|
||||
Route::patch('/{page}', [PagesController::class, 'update']);
|
||||
Route::get('/{page}', [PagesController::class, 'show']);
|
||||
Route::get('/', [PagesController::class, 'index']);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user