mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-10 11:39:25 +03:00
Merge branch 'v3'
This commit is contained in:
commit
b2b0e60617
@ -5,7 +5,7 @@
|
|||||||
// For the full copyright and license information, please view the LICENSE
|
// For the full copyright and license information, please view the LICENSE
|
||||||
// file that was distributed with this source code.
|
// file that was distributed with this source code.
|
||||||
|
|
||||||
window.onload = () => {
|
window.onload = function() {
|
||||||
const data = JSON.parse(document.getElementById('swagger-data').innerText);
|
const data = JSON.parse(document.getElementById('swagger-data').innerText);
|
||||||
const ui = SwaggerUIBundle({
|
const ui = SwaggerUIBundle({
|
||||||
spec: data.spec,
|
spec: data.spec,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user