ring-swagger

ring-swagger & compojure-api
dotemacs 2019-06-10T12:24:15.006300Z

Hi, is there a way to increase the timeout for SwaggerUI as served by ring-swagger? I have an endpoint that takes a while to fetch a rather large dataset that times out after a certain period. Thanks

ikitommi 2019-06-10T12:27:22.007700Z

@dotemacs I don’t think so. I guess you need to copy the full index.html to your project (under /resources/swagger-ui/index.html and start tuning the js from there. I think the swagger-ui repo could have answers

dotemacs 2019-06-10T12:28:04.008300Z

I was fearing that this might be the case 🙂 Thank you for the prompt answer @ikitommi!