window.onload = () => { SwaggerUIBundle({ dom_id: "#swagger-ui", urls: [ { name: "Nano Data API", url: "https://tango-data-api-120179026248.us-central1.run.app/swagger/doc.json" }, { name: "Nanowattz Meter Pro API (LEGACY)", url: "https://meterproapi.azurewebsites.net/swagger/v1/swagger.json" }, { name: "Back Office Service API", url: "https://back-office-service-api-120179026248.us-central1.run.app/swagger/doc.json" }, { name: "Billing Service", url: "https://billing-service-120179026248.us-central1.run.app/swagger/doc.json" }, { name: "Guest Management API", url: "https://guest-management-api-120179026248.us-central1.run.app/swagger/doc.json" }, { name: "Log Service API", url: "https://log-service-api-120179026248.us-central1.run.app/swagger/doc.json" }, { name: "Meter Command API", url: "https://meter-cmd-api-120179026248.us-central1.run.app/swagger/doc.json" }, { name: "Nano N8N Agent", url: "https://nano-n8n-agent-120179026248.europe-west1.run.app/swagger/doc.json" }, { name: "Nano Passport", url: "https://nano-passport-120179026248.us-central1.run.app/swagger/doc.json" }, { name: "Payment Service API", url: "https://payment-service-api-120179026248.us-central1.run.app/swagger/doc.json" }, { name: "Scheduler Service API", url: "https://scheduler-service-api-120179026248.us-central1.run.app/swagger/doc.json" }, { name: "System API", url: "https://system-api-120179026248.us-central1.run.app/swagger/doc.json" }, ], presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], layout: "StandaloneLayout", deepLinking: true }); };