Is there way to dynamically enable/disable particu...
# ktor
j
Is there way to dynamically enable/disable particular routes? Or for example does web server have to be restarted to allow this?
g
Maybe register row and return 404 if it disabled?
j
Yeah, thinking along those lines now
g
You also can receive one single wildcat route and delegate to registered dynamic routes
j
Thanks, will take a look at that