jmcarp / flask-apispec

MIT License
655 stars 156 forks source link

Support swagger static url config #159

Open trieuan91 opened 5 years ago

trieuan91 commented 5 years ago

Support config swagger static url. app.config.update({ 'APISPEC_SWAGGER_STATIC_URL': '/api/flask-apispec/static' })

codecov-io commented 5 years ago

Codecov Report

Merging #159 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #159   +/-   ##
=======================================
  Coverage   97.68%   97.68%           
=======================================
  Files           8        8           
  Lines         345      345           
=======================================
  Hits          337      337           
  Misses          8        8
Impacted Files Coverage Δ
flask_apispec/extension.py 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 b51962a...1407b51. Read the comment docs.