martypitt/swagger-springmvc-example

Swagger UI is not working

vacuumn opened this issue · 2 comments

I am trying to run Swagger UI(url http://localhost:8080/swagger-springmvc-test/usage/index.html) on branch "rel-0.6-java-config" and getting JS error:
Uncaught TypeError: Cannot call method 'toLowerCase' of undefined swagger.js:381

@vacuumn I pushed an update with the 0.6.6 dependency. It should just work

Thank you, it works now.