massivebugs / home-feature-server

Handy home server for a better quality of life (❁´ω`❁)
MIT License
0 stars 0 forks source link

Add dev container for Swagger UI #30

Open massivebugs opened 1 week ago

massivebugs commented 1 week ago

Currently, there's no way to preview the swagger spec file and call endpoints from it (CORS error). Make a dedicated server which points to the swagger spec returned by the API

References: https://github.com/oapi-codegen/oapi-codegen/issues/49 https://swagger.io/docs/open-source-tools/swagger-ui/usage/installation/