Skip to content

Commit

Permalink
Update index.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
niamulhasan authored Mar 22, 2023
1 parent abb14ec commit cc45d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/resources/views/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<html>
<head>
<title>{{ config('app.name') }} | Frontend API's Swagger</title>
<link href="{{asset('swagger/style.css')}}" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/swagger[email protected]/swagger-ui.css" rel="stylesheet">
</head>
<body>
<div id="swagger-ui"></div>
<script src="{{asset('swagger/jquery-2.1.4.min.js')}}"></script>
<script src="{{asset('swagger/swagger-bundle.js')}}"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://unpkg.com/swagger[email protected]/swagger-ui-bundle.js"></script>
<script type="application/javascript">
const ui = SwaggerUIBundle({
url: "{{ asset(URL::to('/').'/swagger-yaml-file-generated') }}",
Expand Down

0 comments on commit cc45d47

Please sign in to comment.