flask-swagger-ui icon indicating copy to clipboard operation
flask-swagger-ui copied to clipboard

Need to Add Servers property for URL prefixing Code

Open chrispward opened this issue 1 year ago • 0 comments

I use this project frequently. We use alot of prefixing of our url's etc. I need to support the server property of openapi 3.x. I've figured out and tested how to add it but would like it added to project rather than create another fork...

Its a extra property on blueprint and then adds a server spec in the index file if variable is set. I made it optional so not to affect existing code.

flaskswaggerui-add-server.zip Cheers Chris

chrispward avatar Mar 27 '23 21:03 chrispward