request-yo-racks / api

A REST API for the Request-Yo-Racks projects.
https://api.requestyoracks.org
MIT License
0 stars 4 forks source link

Fix the redoc URL #74

Closed rgreinho closed 5 years ago

rgreinho commented 5 years ago

Types of changes

Description

The ReDoc URL has to be computed based on the environment the API is run on. This patch achieves it by adding a BASE_URLsettings which will contain the appropriate value.

Checklist:

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #74   +/-   ##
=======================================
  Coverage   97.94%   97.94%           
=======================================
  Files           6        6           
  Lines         243      243           
=======================================
  Hits          238      238           
  Misses          5        5

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 fb602a9...d9dbedc. Read the comment docs.