ttu / dotnet-fake-json-server

Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End.
https://ttu.github.io/dotnet-fake-json-server/
MIT License
388 stars 83 forks source link

Add Swagger url to startup output #86

Closed phaniva closed 3 years ago

phaniva commented 3 years ago

This is for issue 81 to print url for Swagger end point to startup output. I have added the code to application host started event. Should we also print information using ILogger?