aboutsummaryrefslogtreecommitdiffstats
path: root/backend/route_manager.py (follow)
Commit message (Collapse)AuthorAgeLines
* Make import name of route working for every platformGravatar ks1292020-12-15-1/+1
| | | | As Windows use \\ instead /, current way doesn't work in Windows, because replacing / with . doesn't do anything with \\. Now this join parent parts instead, what doesn't include separations.
* 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