Merge branch 'v3'

This commit is contained in:
Guilhem Niot 2020-05-29 18:20:46 +02:00
commit b2b0e60617

View File

@ -5,7 +5,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
window.onload = () => {
window.onload = function() {
const data = JSON.parse(document.getElementById('swagger-data').innerText);
const ui = SwaggerUIBundle({
spec: data.spec,