aboutsummaryrefslogtreecommitdiffstats
path: root/backend/route_manager.py (follow)
Commit message (Expand)AuthorAgeLines
* minor refactoringsGravatar decorator-factory2020-12-15-16/+19
* fix various type annotation issuesGravatar decorator-factory2020-12-15-3/+3
* Sort routes to have constants first and path fragments lastGravatar Joe Banks2020-12-13-0/+3
* Fix linting issues to make flake8 job passingGravatar ks1292020-11-23-2/+2
* Add route class and route manager for dynamic route loadingGravatar Joe Banks2020-10-25-0/+57