Add link to Swagger UI in Readme & Redirect root 10/132710/3
authoreschcam <cameron.scholes@est.tech>
Wed, 14 Dec 2022 11:34:25 +0000 (11:34 +0000)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Thu, 15 Dec 2022 17:45:55 +0000 (17:45 +0000)
commitd07e109271bacc8363458d4cd04397afec79596e
treec8a67f70580c1aba921aed6394c5846d6997d23a
parent5f55d127357f0aa9d985343ee4dd431f6a3aa207
Add link to Swagger UI in Readme & Redirect root

Turns out the default URL of http://localhost:8080/ only loads the index.html and not the other assets.
Going to http://localhost:8080/swagger-ui/index.html loads everything correctly

Also added a redirect for the root URL to the correct address for the Swagger UI

Issue-ID: SDC-4292
Signed-off-by: eschcam <cameron.scholes@est.tech>
Change-Id: Ibca5956d1d2f5e18ba41e623329b199c8e9db9a5
README.md
catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_4_jetty_Modules.rb
catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-jetty-rewrite.yaml.erb [new file with mode: 0644]
catalog-be/src/main/docker/backend/startup.sh