AlexCovizzi / torrenttv

TorrentTV
MIT License
0 stars 1 forks source link

Improve web api implementation #19

Closed AlexCovizzi closed 3 years ago

AlexCovizzi commented 3 years ago

At the moment the web api implementation is very basic and messy, a good way to improve it could be to start using classes for the handlers and passing the dependencies to these handlers, route registration could also be improved.