Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Router Reloading #70

Open
yuskamal opened this issue Sep 22, 2024 · 2 comments
Open

Router Reloading #70

yuskamal opened this issue Sep 22, 2024 · 2 comments

Comments

@yuskamal
Copy link

it's possibe to reloading router ?

@savsgio
Copy link
Member

savsgio commented Sep 26, 2024

Hi @yuskamal,

What do you mean by "reload"?

@yuskamal
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants