Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Make import name of route working for every platform | 2020-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 last | 2020-12-13 | -0/+3 | |
| | ||||
* | Fix linting issues to make flake8 job passing | 2020-11-23 | -2/+2 | |
| | ||||
* | Add route class and route manager for dynamic route loading | 2020-10-25 | -0/+57 | |