Skip to content

Commit

Permalink
fix: missing url
Browse files Browse the repository at this point in the history
  • Loading branch information
VottusCode committed Mar 17, 2023
1 parent e480a27 commit 33bf034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UI/templates/scripts.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use Liliana\OA\UI\SwaggerTemplate;

<script>
window.ui = SwaggerUIBundle({
url: <?= json_encode($template->url) ?>,
dom_id: <?= json_encode($template->mount) ?>,
deepLinking: true,
docExpansion: <?= json_encode($template->docExpansion) ?>,
Expand Down

0 comments on commit 33bf034

Please sign in to comment.