howToCodeWell / code-quiz

Code Quiz MonoRepo (API, API Client, App)
MIT License
4 stars 4 forks source link

generate-api o.o.codegen.utils.URLPathUtils #135

Open pfwd opened 2 years ago

pfwd commented 2 years ago

When running yarn run generate-api the following warnings are reported

[main] INFO  o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
[main] INFO  o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]

Work should be done as part of https://github.com/howToCodeWell/code-quiz/issues/129

pfwd commented 2 years ago

Unsure if this is still an issue. I will need to check before closing