Skip to content

Commit

Permalink
Fix config path
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you committed Jan 31, 2024
1 parent fd49d95 commit fa0835c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jane-openapi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ declare(strict_types=1);
return [
'openapi-file' => 'https://api.checkbox.in.ua/api/openapi.json',
'namespace' => 'Vendor\Library\Generated\CheckboxUA',
'directory' => __DIR__.'/generated/checkbox_ua',
'directory' => __DIR__.'/src',
'throw-unexpected-status-code' => true,
'date-format' => 'Y-m-d\\TH:i:s.uP',
'clean-generated' => true,
Expand Down

0 comments on commit fa0835c

Please sign in to comment.