enhancementhelp wanted
仓库指标
- Star
- (1,953 star)
- PR 合并指标
- (平均合并 5小时 49分钟) (30 天内合并 2 个 PR)
描述
Is there a way (currently) to build a dynamic route at runtime out of static routes? I'm imagining a simple use case where you want to serve the same API with different URL roots, say /production/api/... and /test/api. You could parameterize your server on top-level path and server the API from there. But I can't think of a way to dynamically build a route.