Skip to content

Commit 4ea6421

Browse files
committed
enable by default
1 parent 8704a5a commit 4ea6421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/swagger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* if you set false, this will
88
* only hide swagger's route
99
*/
10-
'enable' => env('SWAGGER_ENABLE', false),
10+
'enable' => env('SWAGGER_ENABLE', true),
1111

1212
/**
1313
* API Title

0 commit comments

Comments
 (0)