Skip to content

Commit 0e53b56

Browse files
author
u.aleroev
committed
chore: remove default value for swagger_ui_assets_path config
1 parent cf27ec7 commit 0e53b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/swagger-ui.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
'paths' => [
2424
// Путь к swagger-ui dist ассетам. По умолчанию возьмет из vendor/swagger-api/swagger-ui/dist/
25-
'swagger_ui_assets_path' => null,
25+
// 'swagger_ui_assets_path' => '/custom/path/../dist/',
2626

2727
// Путь к файлу с YAML файлу с документацией
2828
// 'docs' => '/path/.../api-docs.yaml',

0 commit comments

Comments
 (0)