function connect()

in app/api-service-broker/app.js [70:72]


function connect() {
  mongoose.connect(URI, connectOptions).catch(() => {});
}