[FRONTEND] fix javascript linting errors
This commit is contained in:
parent
9560492a84
commit
c4a92ec9da
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ window.addEventListener('load', async () => {
|
|||
const url = document.getElementById('swagger-ui').getAttribute('data-source');
|
||||
|
||||
const ui = SwaggerUI({
|
||||
url: url,
|
||||
url,
|
||||
dom_id: '#swagger-ui',
|
||||
deepLinking: true,
|
||||
docExpansion: 'none',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue