Commit a18889a0 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

removed swagger ui validation

parent c5f10111
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@
        plugins: [
          SwaggerUIBundle.plugins.DownloadUrl
        ],
        layout: "StandaloneLayout"
        layout: "StandaloneLayout",
        validatorUrl: null
      })
      // End Swagger UI call region