Start the service
cd service/Service
dotnet run
You should see something similar in your console:
Check OpenAPI swagger
In your browser open http://127.0.0.1:9001/swagger/index.html
You should see the usual Swagger UI:
cd service/Service
dotnet run
You should see something similar in your console:
In your browser open http://127.0.0.1:9001/swagger/index.html
You should see the usual Swagger UI: