Skip to content

Commit

Permalink
changed file link
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Oct 7, 2024
1 parent 8f14229 commit e56039a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function swaggerUiPlugin(hook, vm) {
const linkElement = document.querySelector('p a');
const swaggerScriptUrl = 'https://unpkg.com/[email protected]/swagger-ui-bundle.js'
const cssLinks = [
'/style.css',
'/style.min.css',
'https://unpkg.com/[email protected]/swagger-ui.css'
];
// test if link is a swagger link
Expand Down

0 comments on commit e56039a

Please sign in to comment.