Pattern

Path Parameter Routing Multiplex

path-parameter-routing-multiplex

A recurring routing motif where path parameters select backend resources (e.g., {master_i} and {db_j}) while the endpoint logic must stay identical across different resource combinations, prompting repeated decorator/route patterns.