cr0hn / aiohttp-swagger

Swagger API Documentation builder for aiohttp server
http://aiohttp-swagger.readthedocs.io/en/latest/
Other
187 stars 80 forks source link

Fix path to static files #69

Closed kapucko closed 5 years ago

kapucko commented 5 years ago

Even with default values of api_base_url and swagger_url it produced path //api/doc which is wrong. Nobody else hit this issue?

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   88.61%   88.61%           
=======================================
  Files           4        4           
  Lines         123      123           
=======================================
  Hits          109      109           
  Misses         14       14
Impacted Files Coverage Δ
aiohttp_swagger/__init__.py 97.36% <ø> (ø) :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 f326b42...6f66684. Read the comment docs.