kogosoftwarellc / open-api

A Monorepo of various packages to power OpenAPI in node
MIT License
892 stars 235 forks source link

Is it possble somehow reuse parts of pathes structure? #774

Open mogadanez opened 2 years ago

mogadanez commented 2 years ago

with structure:

/pathes
     /company
          /{companyId}
               /projects
    /projects          

is it possible to use exact same code for projects on /company/{companyId}/projects and /projects pathes? with optional parameter companyId for sure