NocturnalRage / pyangelo.com

Python Graphics Programming in the Browser
2 stars 3 forks source link

Controllers now support multiple methods #197

Closed pingskills closed 2 years ago

pingskills commented 2 years ago

Previously each controller only had a single exec() method. Now, the routes file can specify a method to be called using @ as a separator.