Gate testing API for staging E2E
This commit is contained in:
@@ -353,6 +353,6 @@ Route::prefix('v1')->name('api.v1.')->group(function () {
|
||||
|
||||
});
|
||||
|
||||
if (app()->environment(['local', 'testing'])) {
|
||||
if (config('e2e.testing_enabled')) {
|
||||
require __DIR__.'/testing.php';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user