Skip to content

Commit dda8378

Browse files
Андрей Сосновasvae
Андрей Соснов
authored andcommitted
Exclude 'api-tester' routes by default (#26)
1 parent 2c61d2b commit dda8378

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/api-tester.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@
9696
*/
9797

9898
'include' => '.*',
99-
'exclude' => null,
99+
'exclude' => [
100+
'api-tester',
101+
],
100102

101103
/*
102104
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)