UpstreamDataInc / goosebit

A simplistic, opinionated remote update server implementing hawkBit™'s DDI API.
https://goosebit.rtfd.io
Apache License 2.0
12 stars 2 forks source link

Remove `/redoc` and add further configuration to `/docs` #82

Closed b-rowan closed 2 weeks ago

b-rowan commented 3 weeks ago

Remove /redoc by setting redoc_url to None, and move /docs to a custom endpoint which returns the swagger UI with some custom configuration.

b-rowan commented 3 weeks ago

Draft until #83 is merged for CI.