Closed djsuperchief closed 3 years ago
Original DI was only ever registering one service which in turn meant that only one route would ever be created. Adding as an IHostedService ensures that all registrations take place and should run as expected.
Original DI was only ever registering one service which in turn meant that only one route would ever be created. Adding as an IHostedService ensures that all registrations take place and should run as expected.