obophenotype / brain_data_standards_queries

A repository for the Brain Data Standards Ontology cypher queries.
Apache License 2.0
1 stars 1 forks source link

Swagger UI HTTPS bug fix #28

Closed hkir-dev closed 1 year ago

hkir-dev commented 1 year ago

Fixes issue #27

Seems this is a bug in werkzeug https://github.com/noirbizarre/flask-restplus/issues/565 Another related topic https://stackoverflow.com/questions/47508257/serving-flask-restplus-on-https-server

Added the recommended ProxyFix