router icon indicating copy to clipboard operation
router copied to clipboard

Router Reloading

Open yuskamal opened this issue 1 year ago • 2 comments

it's possibe to reloading router ?

yuskamal avatar Sep 22 '24 00:09 yuskamal

Hi @yuskamal,

What do you mean by "reload"?

savsgio avatar Sep 26 '24 10:09 savsgio

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.

yuskamal avatar Sep 26 '24 10:09 yuskamal