Skip to content

Commit

Permalink
make it possible to exclude and include stuff in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
narcoticfresh committed May 23, 2024
1 parent efcd844 commit c80b9c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Graviton/CoreBundle/Controller/MainController.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ public function schemaAction(Request $request)

return $this->getResponseFromSchemaFile(
\GravitonDyn\EntityBundle\Entity\GravitonSchema::MAIN_SCHEMA_FILE,
$request->get('format')
$request->get('format'),
$request->get('excludePaths'),
$request->get('includePaths'),
);
}

Expand Down

0 comments on commit c80b9c5

Please sign in to comment.