Open yuskamal opened 2 months ago
Hi @yuskamal,
What do you mean by "reload"?
Currently, I am able to dynamically generate a list of routes from a database table, and it works as expected.
Next, I want to reload the list of routes from the database so that any changes, such as the removal or addition of routes, will automatically take effect in the application.
However, it turns out that changes do not immediately impact the routes in the running application. Even if I clear the current routes, the application still recognizes all the routes that were initially loaded when it first retrieved them from the database.
it's possibe to reloading router ?