Running jsReport as Windows Service
-
I am trying to run js reports on asp.net core mvc project. I am following the example at https://github.com/jsreport/jsreport-dotnet-example-webapp
I want to run it as windows as a service on http://localhost:5488. Where do I put this url to make it run?
Do I need to make a change on this line?
https://github.com/jsreport/jsreport-dotnet-example-webapp/blob/20d6c128604c4530a5eeb149845730befdc251f2/Startup.cs#L16Please advise
Thanks