Skip to content

Commit

Permalink
add editor link
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Sep 9, 2023
1 parent 8d8bd2b commit 0bed4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/resources/template/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<p class="lead">An OpenAPI alternative to describe REST APIs for type-safe code generation.</p>
<p>
<a class="btn btn-primary" href="<?php echo $router->getAbsolutePath([\App\Controller\Specification::class, 'show']); ?>" role="button">Specification</a>
<a class="btn btn-secondary" href="https://sandbox.typeapi.org" role="button">Editor</a>
<a class="btn btn-secondary" href="<?php echo $router->getAbsolutePath([\App\Controller\Generator::class, 'show']); ?>" role="button">Generator</a>
</p>
</div>
Expand Down

0 comments on commit 0bed4a3

Please sign in to comment.