I'm trying to use Swagger to document my API. Currently I threw together a quick express app using node. I'm using swagger-node-express and trying to setup a basic GET following their example about the Pet store.
I getting the following error when I try my route. But in the network tab, I can see the GET being returned.
Is there an updated version of Swagger which swagger-node-express can use?
Also I did see that Swagger UI had "Build Failing" on its page.
So basically I'm not sure if the problem is with the swagger-node-express or the swagger version it is using.
Anyone have similar issues or know of a fix?