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

The web browsable API does not render correctly #32

Closed rgreinho closed 6 years ago

rgreinho commented 6 years ago

Issue Type

Expected Behavior

The Web browsable version of the API should render correctly in a web browser.

Current Behavior

The CSS, javascript and static files required to render the API in HTML are not found (the requests return 404s)

Possible Solution

Steps to Reproduce (for bugs)

  1. Open a web browser
  2. Go to http://api.requestyoracks.org/

Your Environment

rgreinho commented 6 years ago

This was fix in the deployment using the nginx-ingress-controller instead of the GCE L7 controller.