almostengr / light-show-extender

Application that allows visitors to the light show website to request songs. In addition, displaying temperature, current song, and other information about the show on the website.
https://thealmostengineer.com/projects/light-show-extender
MIT License
0 stars 1 forks source link

update services for singleton #83

Closed almostengr closed 11 months ago

almostengr commented 11 months ago

Since services are implemented as singletons, values that should go between requests should be stored in properties within the class instead of being returned from the class.

This will ensure all service functionality is contained within the same class.