WinterFramework / winter

Web Framework with focus on python typing, dataclasses and modular design
MIT License
17 stars 18 forks source link

Deprecate controller decorator #229

Closed mofr closed 2 years ago

mofr commented 2 years ago

MVC pattern is not actually used in winter, so to avoid confusion controller term is removed from winter completely. Any class can have winter routes, it's not necessary to decorate it with @winter.controller anymore.

Closes #227