Skip to content

Commit

Permalink
fix name action
Browse files Browse the repository at this point in the history
  • Loading branch information
Петр Кленкин committed May 18, 2021
1 parent 654edce commit d410fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BitrixUiNativeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected function getDefaultPreFilters(): array
];
}

public function swaggerdocAction()
public function apidocAction()
{
if (!file_exists($_SERVER['DOCUMENT_ROOT'].'/local/bitrixoa.yaml')) {
throw new Exception('Файл с разметкой не существует');
Expand Down

0 comments on commit d410fbe

Please sign in to comment.