jmcarp / flask-apispec

MIT License
655 stars 156 forks source link

Add static url variables to init #171

Open Gadigg opened 5 years ago

Gadigg commented 5 years ago

This is done so that the user can change the url where the static files are served from. In case the swagger ui is served from behind a gateway.

codecov-io commented 5 years ago

Codecov Report

Merging #171 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
+ Coverage   97.71%   97.73%   +0.01%     
==========================================
  Files           8        8              
  Lines         350      353       +3     
==========================================
+ Hits          342      345       +3     
  Misses          8        8
Impacted Files Coverage Δ
flask_apispec/extension.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1842221...77601d0. Read the comment docs.

ziplokk1 commented 3 years ago

Any chance this will get merged in?

rachekalmir commented 3 years ago

Also interested in this MR.