Skip to content

Commit

Permalink
remove read spec
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Sep 9, 2023
1 parent a5c7981 commit b581a3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/src/Controller/Specification.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ public function __construct(ReverseRouter $reverseRouter)
#[Path('/specification')]
public function show(): mixed
{
$spec = file_get_contents(__DIR__ . '/../../../schema/schema.htm');

$data = [
'method' => explode('::', __METHOD__),
'spec' => $spec
];

$templateFile = __DIR__ . '/../../resources/template/specification.php';
Expand Down

0 comments on commit b581a3e

Please sign in to comment.