Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update
  • Loading branch information
bobimicroweber committed Feb 10, 2022
1 parent 69fc8de commit 72d4b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MicroweberPackages/Page/routes/web.php
Expand Up @@ -11,5 +11,5 @@
->middleware(['admin'])
->namespace('\MicroweberPackages\Page\Http\Controllers\Admin')
->group(function () {
Route::resource('page', 'PageController');
Route::resource('page', 'PageController', ['except' => ['show']]);
});
2 changes: 1 addition & 1 deletion tests/Browser/AdminXssTest.php
Expand Up @@ -33,7 +33,7 @@ public function testPages()
$browser->validate();
});

$browser->pause(2000);
// $browser->pause(2000);
}
}

Expand Down

0 comments on commit 72d4b12

Please sign in to comment.