Replies: 3 comments
-
Yeah, this is correct. The router is static after it is created. What's your use-case for a dynamic router? |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for your answer. |
Beta Was this translation helpful? Give feedback.
-
There aren't currently plans to support ephemeral routes like this. You might be able to get the same functionality by doing a capture route and then conditionally returning a valid response or a Not Found depending on if the route should be valid at the time or not. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pretty noob here.
Question: after Tardy is running, if I want to add a new route, I would have to stop Tardy and start it again with the new route included in the route array, in other words, no dynamic routing. Is that right ?
Beta Was this translation helpful? Give feedback.
All reactions