ourai opened a new pull request, #1140: URL: https://github.com/apache/incubator-answer/pull/1140
Hello ,I'm working on developing a `route` Standard UI Plugin. When I try to debug with back-end services, I found that my plugin registered failed. The reason is that **execution order is wrong**, just like below:  **The function that merge dynamic routes into pre-defined routes should be executed after the HTTP request was done.** So, I make the initialization of router as "**lazy**" mode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
