Frontmatter
| id | 5025 |
| title | controller.Base: routes => routes_ |
| state | Closed |
| labels | enhancement |
| assignees | ThorstenRaab |
| createdAt | Oct 17, 2023, 4:44 PM |
| updatedAt | Dec 5, 2023, 12:10 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5025 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 5, 2023, 12:10 PM |
controller.Base: routes => routes_
tobiu assigned to @ThorstenRaab on Oct 17, 2023, 4:44 PM
ThorstenRaab cross-referenced by PR #5043 on Oct 19, 2023, 4:17 PM
tobiu closed this issue on Dec 5, 2023, 12:10 PM
it should be possible to add new routes / change routes at runtime.
so, instead of parsing the
routesconfig inside construct(), we should useafterSetRoutes()to handle it dynamically.